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/gal1.xml

    rcc9a625 reff4180  
    66
    77  <!ENTITY gal1-download-http "http://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
    8   <!ENTITY gal1-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
    9   <!ENTITY gal1-md5sum "9f9790d4e8763c4ce74e5d59f47aa509">
    10   <!ENTITY gal1-size "1.0 MB">
    11   <!ENTITY gal1-buildsize "48 MB">
    12   <!ENTITY gal1-time "1.04 SBU">
     8  <!ENTITY gal1-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/gal/&gal1-version;/gal-&gal1-version;.tar.bz2">
     9  <!ENTITY gal1-md5sum        "9f9790d4e8763c4ce74e5d59f47aa509">
     10  <!ENTITY gal1-size          "1.0 MB">
     11  <!ENTITY gal1-buildsize     "52 MB">
     12  <!ENTITY gal1-time          "1.0 SBU">
    1313]>
    1414
     
    6060
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    62     <para><xref linkend="gnome-print"/> and <xref linkend="libglade14"/></para>
     62    <para><xref linkend="gnome-print"/> and
     63    <xref linkend="libglade14"/></para>
    6364
    6465    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para><xref linkend="gnome-vfs1"/></para>
     66    <para><xref linkend="gnome-vfs1"/> and
     67    <xref linkend="gtk-doc"/></para>
    6668
    6769  </sect2>
     
    7375    following commands:</para>
    7476
    75 <screen><userinput>./configure --prefix=/opt/gnome --disable-gtk-doc &amp;&amp;
    76 make &amp;&amp;
    77 make install</userinput></screen>
     77<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     78make</userinput></screen>
     79
     80    <para>If you have <application>GTK-Doc</application> installed and wish
     81    to build the HTML documentation, issue the following commands:</para>
     82
     83<screen><userinput>cd docs &amp;&amp;
     84make templates &amp;&amp;
     85make sgml &amp;&amp;
     86make html &amp;&amp;
     87cd ..</userinput></screen>
     88
     89    <para>This package does not come with a test suite.</para>
     90
     91    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     92
     93<screen role='root'><userinput>make install</userinput></screen>
    7894
    7995  </sect2>
     
    8298    <title>Command Explanations</title>
    8399
    84     <para><parameter>--prefix=/opt/gnome</parameter>: Installs
     100    <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
    85101    <application>GAL</application> in the
    86102    <application>GNOME</application> 1.4 directory structure.</para>
     
    99115        <seg>None</seg>
    100116        <seg>libgal.[so,a]</seg>
    101         <seg>Not determined at this time</seg>
     117        <seg>/opt/gnome-1.4/include/gal-1.0,
     118        /opt/gnome-1.4/share/etable and
     119        /opt/gnome-1.4/share/gal</seg>
    102120      </seglistitem>
    103121    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.