From: Eric Haszlakiewicz Date: Mon, 10 Sep 2012 22:32:14 +0000 (-0500) Subject: Fix the home page in the README, and add a list of prerequisites. X-Git-Tag: json-c-0.11-20130402~42 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1f237e28ab5f7dce91968d5b89f8d04732c52e6;p=thirdparty%2Fjson-c.git Fix the home page in the README, and add a list of prerequisites. --- diff --git a/README b/README index 20adddcc..ac1e812b 100644 --- a/README +++ b/README @@ -1,10 +1,18 @@ Building on Unix with git, gcc and autotools Home page for json-c: - http://oss.metaparadigm.com/json-c/ + https://github.com/json-c/json-c/wiki Caution: do NOT use sources from svn.metaparadigm.com, they are old. +Prerequisites: + gcc (or another C compiler) + libtool + + If you're not using a release tarball, you'll also need: + autoconf (autoreconf) + automake + Github repo for json-c: https://github.com/json-c/json-c