glfs/networking/netlibs/glib-networking.xml
Bruce Dubbs 2624411882 Update to glib-networking-2.42.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14389 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-09-25 05:35:29 +00:00

162 lines
4.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 glib-networking-download-http
"&gnome-download-http;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
<!ENTITY glib-networking-download-ftp
"&gnome-download-ftp;/glib-networking/2.42/glib-networking-&glib-networking-version;.tar.xz">
<!ENTITY glib-networking-md5sum "d1935e6974da7f39d265303c87a8389b">
<!ENTITY glib-networking-size "364 KB">
<!ENTITY glib-networking-buildsize "9.6 MB (additional 2.1 MB for the tests)">
<!ENTITY glib-networking-time "less than 0.1 SBU (0.1 SBU for the tests)">
]>
<sect1 id="glib-networking" xreflabel="glib-networking-&glib-networking-version;">
<?dbhtml filename="glib-networking.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>glib-networking-&glib-networking-version;</title>
<indexterm zone="glib-networking">
<primary sortas="a-glib-networking">glib-networking</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GLib Networking</title>
<para>
The <application>GLib Networking</application> package contains
Network related gio modules for <application>GLib</application>.
</para>
&lfs76_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&glib-networking-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&glib-networking-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &glib-networking-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &glib-networking-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &glib-networking-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &glib-networking-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GLib Networking Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gnutls"/> and
<xref linkend="gsettings-desktop-schemas"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="cacerts"/> and
<xref linkend="p11-kit"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/glib-networking"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GLib Networking</title>
<para>
Install <application>GLib Networking</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--with-ca-certificates=/etc/ssl/ca-bundle.crt \
--disable-static &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>
<para>
<parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
This parameter specifies where the trusted root certificates are
located.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libgiognomeproxy.so and libgiognutls.so
</seg>
<seg>
None
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>