%general-entities; ]> 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. &lfs121_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 Optional (for documentation) and (for dot tool) 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 \ -DBUILD_STATIC_LIBS=OFF \ .. && make If you have installed and , you can build the documentation by running the following command: doxygen doc/Doxyfile To test the results, issue: make test. Now, as the root user: make install If you built the documentation, install it by running the following commands as the &root; user: install -d -vm755 /usr/share/doc/json-c-&json-c-version; && install -v -m644 doc/html/* /usr/share/doc/json-c-&json-c-version; 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