Skip to content
madbranch edited this page Jul 20, 2012 · 4 revisions

JsonBox is really easy to build because its only dependency is the STL. Any compiler that supports the C++03 standards should be able to compile JsonBox with ease.

To make things great, there is a Vusial Studio 2010 solution, an XCode project (for iOS) and a Makefile ready to be used.

Windows

Use the Visual Studio 2010 solution found in ide/VS2010/JsonBox. All the library requires is a C++ compiler and the STL.

iOS

Use the XCode project found in ide/ios.

Others

Use the Makefile found in the repository's root folder. To do so, simply run make in the command line at the repository's root folder.

You can also simply copy the libary's *.h and *.cpp files found in the include and src folders into your project.

Clone this wiki locally