You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 363 B

1234567891011121314151617181920
  1. Building on Unix with gcc and autotools
  2. If checking out from CVS:
  3. sh autogen.sh
  4. Then configure, make, make install
  5. Test programs
  6. To build the test programs run 'make check'
  7. Linking to libjson
  8. If your system has pkgconfig then you can just add this to your makefile
  9. CFLAGS += $(shell pkg-config --cflags json)
  10. LDFLAGS += $(shell pkg-config --libs json)

No Description

Contributors (1)