Skip to content

bslima/json-c

This branch is 2 commits ahead of, 1248 commits behind json-c/json-c:master.

Folders and files

NameName
Last commit message
Last commit date
May 22, 2012
Apr 28, 2012
Jun 14, 2011
Mar 13, 2007
Apr 29, 2012
Oct 6, 2010
Mar 13, 2007
Jun 5, 2012
Apr 22, 2012
May 3, 2011
Jun 14, 2011
Jun 14, 2011
Jun 14, 2011
May 31, 2012
May 31, 2012
Oct 7, 2011
Oct 7, 2010
Dec 8, 2010
Jun 5, 2012
Apr 1, 2012
Jun 5, 2012
Feb 25, 2009
Apr 12, 2012
Mar 13, 2007
Apr 12, 2012
Mar 13, 2007
Feb 16, 2012
Apr 23, 2012
May 22, 2012
Apr 28, 2012
Apr 25, 2012
Apr 25, 2012
Apr 28, 2012
May 21, 2012
Apr 1, 2012
May 21, 2012
Apr 28, 2012
Apr 12, 2012
Apr 12, 2012
May 21, 2012
Apr 3, 2012

Repository files navigation

Building on Unix with git, gcc and autotools

Home page for json-c:
  http://oss.metaparadigm.com/json-c/

Github repo for json-c:
  https://github.com/json-c/json-c

    $ git clone https://github.com/json-c/json-c.git
    $ cd 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)

Packages

No packages published

Languages

  • C 93.3%
  • Objective-C 4.4%
  • Shell 2.3%