From fabb84a7852b1c4d5ec4e4942fb682ed3c0640d1 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 22 Oct 2017 22:46:05 -0400 Subject: [PATCH] Remove out of date win32 build information, and mention the need to use cmake there. --- README-WIN32.html | 27 --------------------------- README.html | 10 ++++++++-- 2 files changed, 8 insertions(+), 29 deletions(-) delete mode 100644 README-WIN32.html 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 -- 2.47.3