Reputation: 15052
Cpp-netlib's "getting started" talks about building libraries where the result should be:
cppnetlib-client-connections.lib
cppnetlib-server-parsers.lib
cppnetlib-uri.lib
It also provides CMakeLists.txt to do it, but how would I build this in Code::Blocks, or maybe a better question how would I build the libraries with MinGW ?
I am using Code::Blocks with pre-installed MinGW: mingw32-g++ (tdm-1) 4.7.1
.
I tried to put all sources and headers into a Code::Blocks project and compile it, it has compiled successfuly and ran, but it did not produced anything and I really could not find any solution for my problem...
( cpp-netlib-0.11.0-final )
Upvotes: 2
Views: 828
Reputation: 71
Just only needs to be performed once, after which the global variable you've created will be available for any project.
Upvotes: 0