Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSONCPP Build with Visual Studio 2010

How do I build it? The documentation is really shady about this. It says you need to place scons.py into the directory, but I have no idea where this is. I have tried using the included prebuild, but it did not produce any .lib files.

like image 707
Yelnats Avatar asked Nov 20 '10 04:11

Yelnats


1 Answers

No need to use scons.

After you download the jsoncpp source, like from https://github.com/mrtazz/json-cpp, unzip the sources. In this unzipped source tree, under /makefiles/vc71/ you will find several Visual Studio project files which you can up convert and build.

like image 129
cweston Avatar answered Sep 18 '22 01:09

cweston