Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
14 years ago | |
---|---|---|
.gitignore | 15 years ago | |
AUTHORS | 18 years ago | |
COPYING | 18 years ago | |
ChangeLog | 15 years ago | |
Doxyfile | 15 years ago | |
INSTALL | 18 years ago | |
Makefile.am | 14 years ago | |
README | 14 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 | 15 years ago | |
config.h.in | 15 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_inttypes.h | 15 years ago | |
json_object.c | 14 years ago | |
json_object.h | 14 years ago | |
json_object_private.h | 14 years ago | |
json_tokener.c | 15 years ago | |
json_tokener.h | 15 years ago | |
json_util.c | 15 years ago | |
json_util.h | 15 years ago | |
linkhash.c | 16 years ago | |
linkhash.h | 16 years ago | |
parse_int64.test | 15 years ago | |
printbuf.c | 15 years ago | |
printbuf.h | 16 years ago | |
test-defs.sh | 15 years ago | |
test1.c | 15 years ago | |
test1.expected | 15 years ago | |
test1.test | 15 years ago | |
test2.c | 16 years ago | |
test2.expected | 15 years ago | |
test2.test | 15 years ago | |
test4.c | 15 years ago | |
test4.expected | 15 years ago | |
test4.test | 15 years ago | |
test_null.c | 14 years ago | |
test_null.expected | 14 years ago | |
test_null.test | 14 years ago | |
test_parse_int64.c | 15 years ago | |
test_parse_int64.expected | 15 years ago |
Building on Unix with gcc and autotools
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)
No Description
C Markdown Text Shell C++ other