• 0

Howto: Import boost library into eclipse (c++)


Question

After spending few hours, I cant get some code in eclipse (c++) work because i dont have the boost library. Can anyone give me some step by step tutorial how to import it (i am new to Boost and C++ in eclipse)

Thanks

Newton

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Boost is a funny thing. The platform you are on dictates your installation style. If you are on Windows, download the distribution provided by BoostPro, which have compiled necessary libraries for you. If you are on *nix, download the source and compile it. Once you download it, it comes with a pretty good Getting Started guide you can follow to compile things.

Setting it up in Eclipse is just a matter of including link libraries and include directories.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.