How to link boost library in codeblocks! (linux fedora)

0

Hello, I downloaded the boost.tar file, extracted it, compiled it, and installed it on my fedora 23! But I can not make the codeblocks link to these new libraries.

How do I link?

    
asked by anonymous 24.04.2016 / 00:53

1 answer

0

Ok, I was able to make use of the boost library

I got the packages on these links link link

In the code blocks you create your project from the menu project > > build Options

In the searh directories >> compiler >> add and add the path to usr / include / boost

In the linker settings tab go to add and search the library you want to include! they are in usr / lib64 (in my case this is in lib64 but may be in the lib folder)

    
24.04.2016 / 22:15