]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fix the home page in the README, and add a list of prerequisites.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 10 Sep 2012 22:32:14 +0000 (17:32 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 10 Sep 2012 22:32:14 +0000 (17:32 -0500)
README

diff --git a/README b/README
index 20adddcc9f18185f74bae07ce01e874af7d058ff..ac1e812b96917127ad77756ddb08db94e01c5582 100644 (file)
--- 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