Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you are using vs2015, you can download binaries , which already contain static libs .

(never try to copy anything to your project dir, rather set up include / linker paths in your ide.)

for any other version you have to run cmake with:

cmake -DBUILD_SHARED_LIBS=OFF

to produce static libs.