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-9.1 platform.
Download (HTTP): http://www.digip.org/jansson/releases/jansson-2.12.tar.gz
Download MD5 sum: 0ed1f3a924604aae68067c214b0010ef
Download size: 480 KB
Estimated disk space required: 7.3 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/jansson
Install jansson by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2020-02-16 18:46:23 -0800