Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@64 327403b1-1117-474d-bef2-5cb71233fd97
  • Loading branch information
jehiah committed Jan 14, 2011
1 parent ac601b5 commit c096f5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 0 additions & 1 deletion NEWS

This file was deleted.

14 changes: 8 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c096f5a

Please sign in to comment.