QJson is a Qt-based library that maps JSON data to QVariant objects and vice versa.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://downloads.sourceforge.net/qjson/qjson-0.8.1.tar.bz2
Download MD5 sum: 323fbac54a5a20c0b8fe45c1ced03e2d
Download size: 64 KB
Estimated disk space required: 1.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qjson
Install QJson by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$QTDIR \ -DCMAKE_BUILD_TYPE=Release \ .. && make
This package does not contain a test suite.
Now, as the root
user:
make install
-DCMAKE_BUILD_TYPE=Release
: This switch
is used to build without debugging symbols and apply a higher level
of compiler optimizations.
Last updated on 2013-08-24 11:18:35 -0700