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

Version Path
fizx-ordered_json-0.3.2 ext/json-c-0.8/README
fizx-ordered_json-0.3.4 ext/json-c-0.8/README
gtl-parsley-ruby-0.5.0 ext/parsley/json-c-0.9/README
le1t0-parsley-ruby-0.4.5.001 ext/parsley/json-c-0.9/README
parsley-ruby-0.4.5 ext/parsley/json-c-0.9/README
edge-parsley-ruby-0.4.5 ext/parsley/json-c-0.9/README