%general-entities; ]> $LastChangedBy$ $Date$ JSON-C-&json-c-version; JSON-C Introduction to JSON-C 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. &lfs91_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &json-c-md5sum; Download size: &json-c-size; Estimated disk space required: &json-c-buildsize; Estimated build time: &json-c-time; JSON-C Dependencies Required User Notes: Installation of JSON-C Install JSON-C by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make To test the results, issue: make test. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler optimizations. Contents Installed Programs Installed Libraries Installed Directories None libjson-c.so /usr/include/json-c Short Descriptions libjson-c.so contains the JSON-C API functions. libjson-c.so