mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
76e5df4a96
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11870 af4574ff-66df-0310-9fd7-8a98e5e911e0
171 lines
4.6 KiB
XML
171 lines
4.6 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/0.16/json-glib-&json-glib-version;.tar.xz">
|
|
<!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/0.16/json-glib-&json-glib-version;.tar.xz">
|
|
<!ENTITY json-glib-md5sum "0c6121741956fc34933a7ebae5868ec2">
|
|
<!ENTITY json-glib-size "495 KB">
|
|
<!ENTITY json-glib-buildsize "12 MB">
|
|
<!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>
|
|
|
|
&lfs74_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 &&
|
|
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>
|
|
None
|
|
</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="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>
|