mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
3e26ac67a0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9928 af4574ff-66df-0310-9fd7-8a98e5e911e0
138 lines
4.2 KiB
XML
138 lines
4.2 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.32/glib-networking-&glib-networking-version;.tar.xz">
|
|
<!ENTITY glib-networking-download-ftp
|
|
"&gnome-download-ftp;/glib-networking/2.32/glib-networking-&glib-networking-version;.tar.xz">
|
|
<!ENTITY glib-networking-md5sum "af0282deb9c5b5770b2caed18579c761">
|
|
<!ENTITY glib-networking-size "324 KB">
|
|
<!ENTITY glib-networking-buildsize "8.6 MB">
|
|
<!ENTITY glib-networking-time "0.2 SBU">
|
|
]>
|
|
|
|
<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>
|
|
|
|
&lfs70_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">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libgcrypt"/>,
|
|
<xref linkend="libproxy"/> and
|
|
<xref linkend="p11-kit"/>
|
|
</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 \
|
|
--libexecdir=/usr/lib/glib-networking \
|
|
--with-ca-certificates=/etc/ssl/ca-bundle.crt \
|
|
--disable-static &&
|
|
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>
|
|
glib-pacrunner
|
|
</seg>
|
|
<seg>
|
|
libgiognomeproxy.so, libgiognutls.so and
|
|
libgiolibproxy.so
|
|
</seg>
|
|
<seg>
|
|
/usr/lib/glib-networking
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|