Yelnats
Yelnats

Reputation: 489

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.

Upvotes: 6

Views: 9692

Answers (3)

cweston
cweston

Reputation: 11637

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.

Upvotes: 17

Naveen
Naveen

Reputation: 4678

There is a visual studio solution file under makefiles. Did you try migrating that to VS2010 to see if it works?

Upvotes: 1

Alexander Rafferty
Alexander Rafferty

Reputation: 6233

.py? This is a python script, and has nothing to do with C++. Perhaps you are looking at the wrong instructions.

Upvotes: -5

Related Questions