b1a22ac85f8251688f77da52d000958fab3a8d66
Eric Haszlakiewicz, EHASZLA at transunion dot com git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@42 327403b1-1117-474d-bef2-5cb71233fd97
Building on Unix with gcc and autotools If checking out from CVS: sh autogen.sh Then configure, make, make install Test programs To build 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
94.4%
M4
2%
Makefile
1.8%
HTML
1.5%
Shell
0.2%