mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
7ad1b6e963
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3022 af4574ff-66df-0310-9fd7-8a98e5e911e0
104 lines
3.5 KiB
XML
104 lines
3.5 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libsoup-download-http "http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
|
|
<!ENTITY libsoup-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-&libsoup-version;.tar.bz2">
|
|
<!ENTITY libsoup-md5sum "8132b0bce469affed688c4863702aa41">
|
|
<!ENTITY libsoup-size "403 KB">
|
|
<!ENTITY libsoup-buildsize "9.0 MB">
|
|
<!ENTITY libsoup-time "0.32 SBU">
|
|
]>
|
|
|
|
<sect1 id="libsoup" xreflabel="libsoup-&libsoup-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="libsoup.html"?>
|
|
<title>libsoup-&libsoup-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>libsoup</application></title>
|
|
|
|
<para>The <application>libsoup</application> package contains an
|
|
<acronym>HTTP</acronym> library implementation in
|
|
<application>C</application>. This is useful for accessing
|
|
<acronym>HTTP</acronym> servers in a completely asynchronous mode.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP):
|
|
<ulink url="&libsoup-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP):
|
|
<ulink url="&libsoup-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download MD5 sum: &libsoup-md5sum;</para></listitem>
|
|
<listitem><para>Download size: &libsoup-size;</para></listitem>
|
|
<listitem><para>Estimated disk space required:
|
|
&libsoup-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&libsoup-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>libsoup</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="GLib2"/> and <xref linkend="libxml2"/></para>
|
|
</sect4>
|
|
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="gtk-doc"/> and
|
|
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
|
|
needs <ulink
|
|
url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink>,
|
|
<ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink> and
|
|
<ulink
|
|
url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
|
|
in that order.)</para>
|
|
</sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>libsoup</application></title>
|
|
|
|
<para>Install <application>libsoup</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<!--
|
|
<note><para>Some versions of <application>GnuTLS</application> will cause the
|
|
<application>libsoup</application> build to fail. You can use the following
|
|
<command>sed</command> command before the build to fix this problem.</para>
|
|
</note>
|
|
|
|
<screen><userinput><command>sed -i -e "s@status \& GNUTLS_CERT_CORRUPTED ||@/* status \& GNUTLS_CERT_CORRUPTED || */@" \
|
|
libsoup/soup-gnutls.c</command></userinput></screen>
|
|
-->
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>libsoup</application> package contains
|
|
<filename class="libraryfile">libsoup</filename> libraries.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>libsoup libraries</title>
|
|
<para><filename class="libraryfile">libsoup</filename> libraries provide
|
|
functions for asynchronous <acronym>HTTP</acronym> connections.</para>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|