josephruscio / json-c

Git mirror of JSON-C project version 0.9

Home Page:http://oss.metaparadigm.com/json-c/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Git mirror of JSON-C project version 0.9

http://oss.metaparadigm.com/json-c/

License:MIT License


Languages

Language:Shell 75.6%Language:C 24.4%