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?
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?
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)