Sha256: 142fb9770583f4c0965ea850043944bfc2ad496438aaa01cdee74161535e11ce
Contents?: true
Size: 363 Bytes
Versions: 6
Compression:
Stored size: 363 Bytes
Contents
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)
Version data entries
6 entries across 6 versions & 5 rubygems