From 242240507cf0d804137b01ca46951ac7dae144d7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 14 Sep 2014 20:41:06 +0200 Subject: added makefile for Windows, seems to work --- INSTALL | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'INSTALL') 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 -- cgit v1.2.3-54-g00ecf