How to add the boost library to a Code::Blocks project in Linux Ubuntu? For example I want to add regex lib.
regex
I\'ve already installed the boost library w
Just add -lboost_regex to the link options and you should be fine. Other often used dependencies: -lboost_system -lboost_serialization -lboost_thread -lpthread -lboost_filesystem
-lboost_regex
-lboost_system -lboost_serialization -lboost_thread -lpthread -lboost_filesystem