From: Jehiah Czebotar Date: Fri, 14 Jan 2011 18:02:00 +0000 (+0000) Subject: readme updates X-Git-Tag: json-c-0.10-20120530~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c096f5a7d77bcf89261cacf24d320184b4d698d1;p=thirdparty%2Fjson-c.git readme updates git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@64 327403b1-1117-474d-bef2-5cb71233fd97 --- diff --git a/NEWS b/NEWS deleted file mode 100644 index 41e843b5..00000000 --- a/NEWS +++ /dev/null @@ -1 +0,0 @@ -News diff --git a/README b/README index beeba53d..8eb0795b 100644 --- a/README +++ b/README @@ -1,16 +1,18 @@ Building on Unix with gcc and autotools -If checking out from CVS: +If checking out from SVN (http://svn.metaparadigm.com/svn/json-c/trunk) or Git (https://github.com/jehiah/json-c): - sh autogen.sh + $ sh autogen.sh -Then configure, make, make install +Then + $ ./configure + $ make + $ make install -Test programs - -To build the test programs run 'make check' +To build and run the test programs run + $ make check Linking to libjson