JSONCPP Build with Visual Studio 2010

Yelnats picture Yelnats · Nov 20, 2010 · Viewed 9.2k times · Source

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.

Answer

cweston picture cweston · Nov 25, 2010

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.