43d2f417c70b9a9845122fd3f69708c6dc47efd1
Patch from Rick Moran <https://github.com/DrHayt> git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@74 327403b1-1117-474d-bef2-5cb71233fd97
…
…
…
…
…
…
…
…
…
Building on Unix with gcc and autotools
Home page for json-c:
http://oss.metaparadigm.com/json-c/
If checking out from SVN (http://svn.metaparadigm.com/svn/json-c/trunk) or Git (https://github.com/jehiah/json-c):
$ sh autogen.sh
Then
$ ./configure
$ make
$ make install
To build and run the test programs run
$ make check
Linking to libjson
If your system has pkgconfig then you can just add this to your makefile
CFLAGS += $(shell pkg-config --cflags json)
LDFLAGS += $(shell pkg-config --libs json)
Description
Languages
C
88.7%
CMake
6.4%
Shell
3.6%
C++
1%
Makefile
0.3%