Ignore:
Timestamp:
08/04/2003 01:15:41 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f065b2
Parents:
6f74ff1
Message:

update gtk+ intro, acronym tags, s/GNOME/[Gg]nome

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    r6f74ff1 rab8a3cb  
    11<partintro>
    2 <title>Introduction to Gnome</title>
     2<title>Introduction to GNOME</title>
    33
    4 <para>This chapter attempts to install a complete Gnome-&gnome-version; desktop
    5 environment and a limited Gnome 1.4 library environment that is
    6 sufficient to run Gnome 1.4 applications included in this book. The
     4<para>This chapter attempts to install a complete GNOME-&gnome-version; desktop
     5environment and a limited GNOME 1.4 library environment that is
     6sufficient to run GNOME 1.4 applications included in this book. The
    77order of the pages are meant to follow the build order defined by the
    8 Gnome development team as published in the <ulink
     8GNOME development team as published in the <ulink
    99url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>, with two exceptions.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
    1010
    11 <para>The installation of Gnome-&gnome-version; is a large undertaking and one we would
     11<para>The installation of GNOME-&gnome-version; is a large undertaking and one we would
    1212like to see you complete with the least amount of stress. One
    1313of our first goals in this installation is to protect your previously
    14 installed software, especially if you are testing Gnome on your machine.
    15 Gnome-&gnome-version; packages utilize the --prefix= option for configure, so we will
     14installed software, especially if you are testing GNOME on your machine.
     15GNOME-&gnome-version; packages utilize the --prefix= option for configure, so we will
    1616use that and an Environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
    1717the install.</para>
    1818
    19 <para>If you know that you want Gnome as your desktop, it is recommended that
     19<para>If you know that you want GNOME as your desktop, it is recommended that
    2020you install with --prefix=/usr. If you are not sure that you are going
    21 to keep Gnome on your installation, it is recommended that you install with
     21to keep GNOME on your installation, it is recommended that you install with
    2222--prefix=/opt/gnome-&gnome-version;.  Setting the Environment variable and the
    2323additional edits required by the second option are covered on the
    2424pre-installation page.</para>
    2525
    26 <para>If you choose the second option, removal of Gnome-2.2 is as easy
     26<para>If you choose the second option, removal of GNOME-2.2 is as easy
    2727as removing the edits from the pre-installation page and issueing the following command:
    2828<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
    2929
    30 <para>If your system was completely built per LFS and BLFS
    31 instructions, you have a very good chance of using Gnome-&gnome-version;
    32 after your first install.  If you are a typical LFS user, you have made
     30<para>If your system was completely built per <acronym>LFS</acronym> and
     31<acronym>BLFS</acronym>
     32instructions, you have a very good chance of using GNOME-&gnome-version;
     33after your first install.  If you are a typical <acronym>LFS</acronym> user, you have made
    3334modifications to the instructions along the way knowing that you have to
    3435take those modifications into account on future installations.  You
    35 should have no problems integrating Gnome-&gnome-version; into your unique setup, but
    36 you will have 28 to 33 packages installed before you can run Gnome
     36should have no problems integrating GNOME-&gnome-version; into your unique setup, but
     37you will have 28 to 33 packages installed before you can run GNOME
    3738through any testing (assuming your window manager is preinstalled and
    38 tested). We would anticipate that you will be rebuilding gnome at least
     39tested). We would anticipate that you will be rebuilding GNOME at least
    3940once to make adjustments for your setup.</para>
    4041
    41 <para>If you are building a Gnome 1.4 desktop environment, you would
    42 install only those libraries in the Gnome 1.4 chapter
    43 <emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. Gnome packages without pages are simply installed with:
     42<para>If you are building a GNOME 1.4 desktop environment, you would
     43install only those libraries in the GNOME 1.4 chapter
     44<emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. GNOME packages without pages are simply installed with:
    4445<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
    4546make &amp;&amp;
    4647make install</command></screen>
    47 These instructions are simplistic to facilitate removal of Gnome 1.4
    48 from BLFS systems when it is no longer necessary.  These instructions
    49 may be refined later to comply with BLFS standards for file locations,
     48These instructions are simplistic to facilitate removal of GNOME 1.4
     49from <acronym>BLFS</acronym> systems when it is no longer necessary.  These instructions
     50may be refined later to comply with <acronym>BLFS</acronym> standards for file locations,
    5051specifically <filename class='directory'>/opt/gnome/etc</filename> to
    5152<filename class='directory'>/etc</filename> and <filename
    5253class='directory'>/opt/gnome/var</filename> to
    53 <filename class='directory'>/var</filename>.  You should consider using the Gnome 1.4 hint
     54<filename class='directory'>/var</filename>.  You should consider using the GNOME 1.4 hint
    5455located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
    55 have no interest in Gnome-&gnome-version;.</para>
     56have no interest in GNOME-&gnome-version;.</para>
    5657
    57 <para><screen>Gnome-&gnome-version; requires:
     58<para><screen>GNOME-&gnome-version; requires:
    5859<xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref linkend="libpng"/>,
    5960<xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="popt"/>
Note: See TracChangeset for help on using the changeset viewer.