How can I install boost-devel in Ubuntu 12.04?

28,783

To develop with the Boost libraries in Ubuntu/Debian, you need to install the libboost-all-dev package:

sudo apt-get install libboost-all-dev
Share:
28,783

Related videos on Youtube

kabindra
Author by

kabindra

Updated on September 18, 2022

Comments

  • kabindra
    kabindra over 1 year

    I want to compile flvtool++, but it requires boost-devel libraries.

    I tried to install it via this command:

    sudo apt-get install boost-devel
    

    But I got the error:

    E: Unable to locate package boost-devel
    

    Is there an other way to compile flvtool++ source or any 64-bit binaries?

    • Eric Carvalho
      Eric Carvalho almost 12 years
      I think you should install libboost-dev
    • ish
      ish almost 12 years
      Please remember to accept/upvote the best answer(s) to your question when possible (tick/check mark on the left). This way, the question is marked as "answered" and future readers can refer to it knowing the solution works. Thank you...:)
  • solvingPuzzles
    solvingPuzzles over 11 years
    are debug symbols included in this package?