X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=yajl%2FBUILDING.win32;fp=yajl%2FBUILDING.win32;h=8b987ee68095ab74dbf68cae3c3bc1de7f285e38;hb=79b5f738f2e38acb60cda7e09f54802933a17105;hp=0000000000000000000000000000000000000000;hpb=a891a2dcbbb63d9e771da6efff00a33da614e737;p=chaz%2Fyoink diff --git a/yajl/BUILDING.win32 b/yajl/BUILDING.win32 new file mode 100644 index 0000000..8b987ee --- /dev/null +++ b/yajl/BUILDING.win32 @@ -0,0 +1,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 +6. build the ALL_BUILD target +7. 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.