]> Dogcows Code - chaz/yoink/blob - src/Moof/yajl/BUILDING.win32
8b987ee68095ab74dbf68cae3c3bc1de7f285e38
[chaz/yoink] / src / Moof / yajl / BUILDING.win32
1 YAJL has been successfully built using Visual Studio 8. CMake is used to
2 build the software and by specifying a generator explicitly at cmake:
3
4 1. acquire cmake (http://www.cmake.org)
5 2. mkdir build
6 3. cd build
7 4. cmake ..
8 5. devenv YetAnotherJSONParser.sln
9 6. build the ALL_BUILD target
10 7. build output is left in build/yajl-X.Y.Z
11
12 Earlier versions of visual studio have not been tested, but should
13 work without any major issues.
This page took 0.027799 seconds and 3 git commands to generate.