summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-09-14 20:41:06 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-09-14 20:41:06 +0200
commit242240507cf0d804137b01ca46951ac7dae144d7 (patch)
tree37777ca4c904aca06c86759d145f1f2ff1157cff /INSTALL
parentcecfe881aa8548ad2e7c62f2f0c6f04a09b6e4ef (diff)
downloadbiruda-242240507cf0d804137b01ca46951ac7dae144d7.tar.gz
biruda-242240507cf0d804137b01ca46951ac7dae144d7.tar.bz2
added makefile for Windows, seems to work
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