Ignore:
Timestamp:
06/14/2005 01:12:12 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
e457fdaf
Parents:
cc9a625
Message:

Updated GNOME-1.4 libraries to include: modification of the installation path to /opt/gnome-1.4, updated installed programs, libraries and directories, separated building and root installation instructions, adding test suite notes, updated build entities and added installation of documentation (where applicable) - commit 2 of 2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/otherlibs/soup.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY soup-download-http "http://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
    8   <!ENTITY soup-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
    9   <!ENTITY soup-md5sum "61bb2fef816ce164af62f8a3a5bd782e">
    10   <!ENTITY soup-size "324 KB">
    11   <!ENTITY soup-buildsize "9.4 MB">
    12   <!ENTITY soup-time "0.27">
     8  <!ENTITY soup-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/soup/0.7/soup-&soup-version;.tar.bz2">
     9  <!ENTITY soup-md5sum        "61bb2fef816ce164af62f8a3a5bd782e">
     10  <!ENTITY soup-size          "323 KB">
     11  <!ENTITY soup-buildsize     "7.8 MB">
     12  <!ENTITY soup-time          "0.2">
    1313]>
    1414
     
    5858    <itemizedlist spacing='compact'>
    5959      <listitem>
    60         <para>Required Patch (if compiled with
    61         <application>GCC</application>-3.4.x): <ulink
     60        <para>Required Patch: <ulink
    6261        url="&patch-root;/soup-&soup-version;-gcc_3.4-1.patch"/></para>
    6362      </listitem>
     
    8786
    8887<screen><userinput>patch -Np1 -i ../soup-&soup-version;-gcc_3.4-1.patch &amp;&amp;
    89 ./configure --prefix=/opt/gnome &amp;&amp;
    90 make &amp;&amp;
    91 make install</userinput></screen>
     88./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
     89make</userinput></screen>
     90
     91    <para>This package does not come with a test suite.</para>
     92
     93    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     94
     95<screen role='root'><userinput>make install</userinput></screen>
    9296
    9397  </sect2>
     
    96100    <title>Command Explanations</title>
    97101
    98     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     102    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    99103    <application>Soup</application> in the
    100104    <application>GNOME</application> 1.4 directory structure.</para>
     
    114118
    115119      <seglistitem>
    116         <seg>None</seg>
    117         <seg>SOAP libraries</seg>
    118         <seg>Not determined at this time</seg>
     120        <seg>soup-config, soup-httpd, soup-ssl-proxy and soup-wsdl</seg>
     121        <seg>libsoup.[so,a], libsoup-apache.[so,a] and libwsdl.[so,a]</seg>
     122        <seg>/opt/gnome-1.4/include/soup and
     123        /opt/gnome-1.4/share/gtk-doc/html/soup</seg>
    119124      </seglistitem>
    120125    </segmentedlist>
     
    123128
    124129</sect1>
    125 
Note: See TracChangeset for help on using the changeset viewer.