The JSON GLib package is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/json-glib/0.16/json-glib-0.16.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/json-glib/0.16/json-glib-0.16.2.tar.xz
Download MD5 sum: 0c6121741956fc34933a7ebae5868ec2
Download size: 495 KB
Estimated disk space required: 12 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/json-glib
Install JSON GLib by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-22 07:06:53 -0800