mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
readme updates
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@64 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
14
README
14
README
@@ -1,16 +1,18 @@
|
|||||||
Building on Unix with gcc and autotools
|
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 and run the test programs run
|
||||||
|
|
||||||
To build the test programs run 'make check'
|
|
||||||
|
|
||||||
|
$ make check
|
||||||
|
|
||||||
Linking to libjson
|
Linking to libjson
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user