X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2Fyajl%2FBUILDING.win32;fp=src%2FMoof%2Fyajl%2FBUILDING.win32;h=0000000000000000000000000000000000000000;hb=23d8f7a5fbd1eca7f46f2342c20ac5e28ae0128a;hp=8b987ee68095ab74dbf68cae3c3bc1de7f285e38;hpb=fa9438c66ae0154e6d9ad196e0fb39649d359da4;p=chaz%2Fyoink diff --git a/src/Moof/yajl/BUILDING.win32 b/src/Moof/yajl/BUILDING.win32 deleted file mode 100644 index 8b987ee..0000000 --- a/src/Moof/yajl/BUILDING.win32 +++ /dev/null @@ -1,13 +0,0 @@ -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.