How i can compile this project?
i have codeblock and mingw installed and iniparser&boost in project directory , but there are some errors with projects
Can someone put a detailed and updated step-by-step guide, on how to compile this?
Im so confused, that i can't even think now :|
Also, in CodeBlocks, make sure you point to the correct binaries: Settings -> Compiler (usually MinGW/bin/mingw32-g++.exe etc.). It should compile fine then if you got a copy of the repository source (master) including the submodules (iniparser, time64) and boost.
(your error of missing winsock2.h is a problem with your setup, it's included with MinGW)