Changeset c54d7be for gnome/otherlibs


Ignore:
Timestamp:
09/07/2004 04:51:58 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
284b8081
Parents:
dfc1b1f
Message:

Added optional dependencies and gcc34 patch to Soup instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2721 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/soup.xml

    rdfc1b1f rc54d7be  
    1010<!ENTITY soup-buildsize "11.1 MB">
    1111<!ENTITY soup-time "0.33">
    12 
    1312]>
    1413
     
    2625<para>The <application>Soup</application> package contains a
    2726<acronym>SOAP</acronym> (Simple Object Access Protocol)
    28 implementation in <application>C</application>.  </para>
     27implementation in <application>C</application>.</para>
    2928
    3029<sect3><title>Package information</title>
     
    4140</sect3>
    4241
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch (if compiled with
     45<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     46url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para></listitem>
     47</itemizedlist>
     48</sect3>
     49
     50<sect3><title><application>Soup</application> dependencies</title>
     51<para><xref linkend="openssl"/>,
     52<xref linkend="popt"/>,
     53<xref linkend="libxml2"/>,
     54<xref linkend="GLib"/>,
     55<xref linkend="GLib2"/>,
     56<xref linkend="gnome-libs"/>,
     57<xref linkend="gtk-doc"/> and
     58<xref linkend="docbook-utils"/></para>
     59</sect3>
     60
    4361</sect2>
    4462
     
    4664<title>Installation of <application>Soup</application></title>
    4765
    48 <para>Install <application>Soup</application> by running the following commands:
    49 </para>
     66<para>Install <application>Soup</application> by running the following
     67commands:</para>
    5068
    51 <screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
     69<screen><userinput><command>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp;
     70./configure --prefix=/opt/gnome &amp;&amp;
    5271make &amp;&amp;
    5372make install</command></userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.