glfs/general/genlib/json-glib.xml
Bruce Dubbs 7b638fea06 Update to clutter-gtk-1.8.0.
Update to clutter-gst-3.0.18. 
Update to clutter-1.26.0.
Update to newt-0.52.19. 
Update to json-glib-1.2.0.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17187 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-29 20:18:53 +00:00

195 lines
5.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1.2/json-glib-&json-glib-version;.tar.xz">
<!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/1.2/json-glib-&json-glib-version;.tar.xz">
<!ENTITY json-glib-md5sum "efe14b6b8e7aa95ee3240cc60627dc9f">
<!ENTITY json-glib-size "572 KB">
<!ENTITY json-glib-buildsize "12 MB (with tests)">
<!ENTITY json-glib-time "0.2 SBU">
]>
<sect1 id="json-glib" xreflabel="JSON-GLib-&json-glib-version;">
<?dbhtml filename="json-glib.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>JSON-GLib-&json-glib-version;</title>
<indexterm zone="json-glib">
<primary sortas="a-JSON-GLib">JSON-GLib</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to JSON GLib</title>
<para>
The <application>JSON GLib</application> package is a library
providing serialization and deserialization support for the JavaScript
Object Notation (JSON) format described by RFC 4627.
</para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&json-glib-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&json-glib-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &json-glib-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &json-glib-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &json-glib-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &json-glib-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">JSON-GLib Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/>
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<xref linkend="gobject-introspection"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/json-glib"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of JSON GLib</title>
<para>
Install <application>JSON GLib</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
json-glib-format and json-glib-validate
</seg>
<seg>
libjson-glib-1.0.so
</seg>
<seg>
/usr/include/json-glib-1.0 and
/usr/share/gtk-doc/html/json-glib
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="json-glib-format">
<term><command>json-glib-format</command></term>
<listitem>
<para>
is a simple command line interface to format JSON data.
</para>
<indexterm zone="json-glib json-glib-format">
<primary sortas="b-json-glib-format">json-glib-format</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="json-glib-validate">
<term><command>json-glib-validate</command></term>
<listitem>
<para>
is a simple command line interface to validate JSON data.
</para>
<indexterm zone="json-glib json-glib-validate">
<primary sortas="b-json-glib-validate">json-glib-validate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libjson-glib-1">
<term><filename class="libraryfile">libjson-glib-1.0.so</filename></term>
<listitem>
<para>
contains the <application>JSON GLib</application> API functions.
</para>
<indexterm zone="json-glib libjson-glib-1">
<primary sortas="c-libjson-glib-1">libjson-glib-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>