JSON-GLib-0.14.2

Introduction to JSON-GLib

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.0 platform.

Package Information

JSON-GLib Dependencies

Required

pkg-config-0.26

Optional (Required if building GNOME)

gobject-introspection-1.32.1

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/json-glib

Installation of 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

Command Explanations

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Library: libjson-glib-1.0.so
Installed Directories: /usr/include/json-glib-1.0 and /usr/share/gtk-doc/html/json-glib

Short Descriptions

libjson-glib-1.0.so

contains the JSON-GLib API functions.

Last updated on 2012-05-16 16:39:28 +0000