The JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): https://s3.amazonaws.com/json-c_releases/releases/json-c-0.11.tar.gz
Download MD5 sum: aa02367d2f7a830bf1e3376f77881e98
Download size: 548 KB
Estimated disk space required: 5.0 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/json-c
This package does not support parallel build.
Install JSON-C by running the following commands:
./configure --prefix=/usr --disable-static && make -j1
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-25 04:04:57 -0800