summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 0d9ea01..f302346 100644
--- a/INSTALL
+++ b/INSTALL
@@ -41,12 +41,13 @@ Building on Windows
* json-c:
- # Open and convert json-c.vcproj
- copy config.h.win32 config.h
- copy json_config.h.in json_config.h
+ # Check out a working Windows fork from
+ # http://github.com/andreasbaumann/json-c
+ # Open windows\json-c.sln
# Choose Debug/Release
- # eventually convert the solutions
# build
+ # copy *.h to Include\json-c directory
+ # copy static *.lib from windows to lib
* biruda