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 437 B

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

No Description

Contributors (1)