Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
16 years ago | |
---|---|---|
AUTHORS | 18 years ago | |
COPYING | 18 years ago | |
ChangeLog | 16 years ago | |
Doxyfile | 18 years ago | |
INSTALL | 18 years ago | |
Makefile.am | 16 years ago | |
NEWS | 18 years ago | |
README | 18 years ago | |
README-WIN32.html | 16 years ago | |
README.html | 16 years ago | |
arraylist.c | 16 years ago | |
arraylist.h | 16 years ago | |
autogen.sh | 18 years ago | |
bits.h | 16 years ago | |
config.h.in | 16 years ago | |
config.h.win32 | 18 years ago | |
configure.in | 16 years ago | |
debug.c | 16 years ago | |
debug.h | 16 years ago | |
json-c.vcproj | 18 years ago | |
json.h | 18 years ago | |
json.pc.in | 18 years ago | |
json_object.c | 16 years ago | |
json_object.h | 16 years ago | |
json_object_private.h | 16 years ago | |
json_tokener.c | 16 years ago | |
json_tokener.h | 16 years ago | |
json_util.c | 16 years ago | |
json_util.h | 16 years ago | |
linkhash.c | 16 years ago | |
linkhash.h | 16 years ago | |
printbuf.c | 16 years ago | |
printbuf.h | 16 years ago | |
test1.c | 16 years ago | |
test2.c | 16 years ago | |
test4.c | 16 years ago |
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)
No Description
C Markdown Text Shell C++ other