lloyd / yajl

Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C

Lloyd Hilaiel (author)
Thu Oct 29 16:36:39 -0700 2009
commit  e5b69ffa90ad0e330ace8bbb9edcb5ae3a9f3acb
tree    df331b45b9b3d20f9864644efdd91db7e0eb94b5
parent  45a1bdb1d719f88d6484cc4ee44f0dd7fb1458a7
yajl / BUILDING.win32
100644 13 lines (10 sloc) 0.438 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
YAJL has been successfully built using Visual Studio 8. CMake is used to
build the software and by specifying a generator explicitly at cmake:
 
1. acquire cmake (http://www.cmake.org)
2. mkdir build
3. cd build
4. cmake ..
5. devenv YetAnotherJSONParser.sln /project ALL_BUILD /build Release
6. build output is left in build/yajl-X.Y.Z
 
Earlier versions of visual studio have not been tested, but should
work without any major issues.