glfs/gnome/otherlibs/soup.xml
Randy McMurchy 07aca499f6 Added a GCC4 patch to the Soup instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5133 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-10-04 18:54:51 +00:00

135 lines
4.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
<!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
<!ENTITY soup-md5sum "61bb2fef816ce164af62f8a3a5bd782e">
<!ENTITY soup-size "323 KB">
<!ENTITY soup-buildsize "7.8 MB">
<!ENTITY soup-time "0.2">
]>
<sect1 id="soup" xreflabel="Soup-&soup-version;">
<?dbhtml filename="soup.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Soup-&soup-version;</title>
<indexterm zone="soup">
<primary sortas="a-Soup">Soup</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Soup</title>
<para>The <application>Soup</application> package contains a SOAP (Simple
Object Access Protocol) implementation in C.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&soup-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&soup-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &soup-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &soup-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &soup-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &soup-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para>
</listitem>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/soup-&soup-version;-gcc4-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Soup Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="GLib"/> or <xref linkend="glib2"/>,
<xref linkend="libxml"/> or <xref linkend="libxml2"/> and
<xref linkend="popt"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="apache"/>,
<xref linkend="openssl"/> or
<xref linkend="mozilla"/> (for the NSS libraries),
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Soup</title>
<para>Install <application>Soup</application> by running the following
commands:</para>
<screen><userinput>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp;
patch -Np1 -i ../soup-&soup-version;-gcc4-1.patch &amp;&amp;
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</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>--prefix=/opt/gnome-1.4</parameter>: Installs
<application>Soup</application> in the
<application>GNOME</application> 1.4 directory structure.</para>
<para><option>--enable-apache=no</option>: This command can be added
to prevent building against <application>Apache</application>.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>soup-config, soup-httpd, soup-ssl-proxy and soup-wsdl</seg>
<seg>libsoup.[so,a], libsoup-apache.[so,a] and libwsdl.[so,a]</seg>
<seg>/opt/gnome-1.4/include/soup and
/opt/gnome-1.4/share/gtk-doc/html/soup</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>