From: Eric Haszlakiewicz Date: Mon, 23 Oct 2017 02:46:05 +0000 (-0400) Subject: Remove out of date win32 build information, and mention the need to use cmake there. X-Git-Tag: json-c-0.13-20171207~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fabb84a7852b1c4d5ec4e4942fb682ed3c0640d1;p=thirdparty%2Fjson-c.git Remove out of date win32 build information, and mention the need to use cmake there. --- diff --git a/README-WIN32.html b/README-WIN32.html deleted file mode 100644 index 15737c48..00000000 --- a/README-WIN32.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - JSON-C - A JSON implementation in C - Win32 specific notes - - - -

Windows specific notes for JSON-C

-

Win32 Specific Changes:

- -

This program is free software; you can redistribute it and/or modify it under - the terms of the MIT License. See COPYING for details.

-
- - diff --git a/README.html b/README.html index 0b951fd0..d3615695 100644 --- a/README.html +++ b/README.html @@ -16,8 +16,14 @@

Building

To setup JSON-C to build on your system please run configure and make.

-

If you are on Win32 and are not using the VS project file, be sure - to rename config.h.win32 to config.h before building.

+

If you are on Win32 cmake is required, generally:

+

Documentation

Doxygen generated documentation exists here