Just a playground for me to test code in
click: Project -> Build options
check: Have g++ follow the C++11 ISO C++ language standard
The linker will search in the default lib path first, and then any custom paths set in the search directories for designated -l(libaries).
enter: -l(name of library)
Other linker options: add: /(path to include folder)
add: /(path to lib folder)