The Jansson package contains a library used to encode, decode, and manipulate JSON data.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/akheron/jansson/releases/download/v2.14.1/jansson-2.14.1.tar.bz2
Download SHA256 Sum: 6bd82d3043dadbcd58daaf903d974891128d22aab7dada5d399cb39094af49ce
Download MD5 sum: de6549ee68afc08275f3a74b9499ade7
Download size: 472 KB
Estimated disk space required: 7.8 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
Prepare jansson by running the following commands:
./configure --prefix=/usr --disable-static
Now Build, as the root user:
make
To test the results, issue: make check.
make check
Now Install, as the root user:
make install