Ignore:
Timestamp:
10/02/2003 01:29:48 PM (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:
b9ad2f9a
Parents:
c30e8cc7
Message:

Proper, filename classes, Part X

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    rc30e8cc7 ra294e133  
    11<partintro>
    2 <title>Introduction to GNOME</title>
     2<title>Introduction to <application><acronym>GNOME</acronym></application></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
     5<application><acronym>GNOME</acronym></application>-&gnome-version; desktop
     6environment and a limited
     7<application><acronym>GNOME</acronym></application> 1.4 library environment that is
     8sufficient to run <application><acronym>GNOME</acronym></application> 1.4 applications included in this book. The
    79order of the pages are meant to follow the build order defined by the
    810GNOME development team as published in the <ulink
    911url="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>
    1012
    11 <para>The installation of GNOME-&gnome-version; is a large undertaking and one we would
     13<para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would
    1214like to see you complete with the least amount of stress. One
    1315of 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
     16installed software, especially if you are testing
     17<application><acronym>GNOME</acronym></application> on your machine.
     18<application><acronym>GNOME</acronym></application>-&gnome-version; packages utilize the --prefix= option for configure, so we will
    1619use that and an Environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
    1720the install.</para>
    1821
    19 <para>If you know that you want GNOME as your desktop, it is recommended that
     22<para>If you know that you want
     23<application><acronym>GNOME</acronym></application> as your desktop, it is recommended that
    2024you 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
     25to keep <application><acronym>GNOME</acronym></application> on your installation, it is recommended that you install with
    2226--prefix=/opt/gnome-&gnome-version;.  Setting the Environment variable and the
    2327additional edits required by the second option are covered on the
    2428pre-installation page.</para>
    2529
    26 <para>If you choose the second option, removal of GNOME-2.2 is as easy
     30<para>If you choose the second option, removal of
     31<application><acronym>GNOME</acronym></application>-&gnome-version; is as easy
    2732as removing the edits from the pre-installation page and issueing the
    2833following command:</para>
     
    3136<para>If your system was completely built per <acronym>LFS</acronym> and
    3237<acronym>BLFS</acronym>
    33 instructions, you have a very good chance of using GNOME-&gnome-version;
     38instructions, you have a very good chance of using
     39<application><acronym>GNOME</acronym></application>-&gnome-version;
    3440after your first install.  If you are a typical <acronym>LFS</acronym> user, you have made
    3541modifications to the instructions along the way knowing that you have to
    3642take those modifications into account on future installations.  You
    37 should have no problems integrating GNOME-&gnome-version; into your unique setup, but
    38 you will have 28 to 33 packages installed before you can run GNOME
     43should have no problems integrating
     44<application><acronym>GNOME</acronym></application>-&gnome-version; into your unique setup, but
     45you will have 28 to 33 packages installed before you can run
     46<application><acronym>GNOME</acronym></application>
    3947through any testing (assuming your window manager is preinstalled and
    40 tested). We would anticipate that you will be rebuilding GNOME at least
     48tested). We would anticipate that you will be rebuilding
     49<application><acronym>GNOME</acronym></application> at least
    4150once to make adjustments for your setup.</para>
    4251
    43 <para>If you are building a GNOME 1.4 desktop environment, you would
    44 install only those libraries in the GNOME 1.4 chapter
    45 <emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. GNOME packages without pages are simply installed with:
     52<para>If you are building a
     53<application><acronym>GNOME</acronym></application> 1.4 desktop environment, you would
     54install only those libraries in the
     55<application><acronym>GNOME</acronym></application> 1.4 chapter
     56<emphasis>and</emphasis> any dependencies listed on those pages, whether
     57labeled or not. <application><acronym>GNOME</acronym></application> packages without pages are simply installed with:
    4658<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
    4759make &amp;&amp;
    4860make install</command></screen>
    49 These instructions are simplistic to facilitate removal of GNOME 1.4
     61These instructions are simplistic to facilitate removal of
     62<application><acronym>GNOME</acronym></application> 1.4
    5063from <acronym>BLFS</acronym> systems when it is no longer necessary.  These instructions
    5164may be refined later to comply with <acronym>BLFS</acronym> standards for file locations,
     
    5366<filename class='directory'>/etc</filename> and <filename
    5467class='directory'>/opt/gnome/var</filename> to
    55 <filename class='directory'>/var</filename>.  You should consider using the GNOME 1.4 hint
     68<filename class='directory'>/var</filename>.  You should consider using
     69the <application><acronym>GNOME</acronym></application> 1.4 hint
    5670located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
    57 have no interest in GNOME-&gnome-version;.</para>
     71have no interest in <application><acronym>GNOME</acronym></application>-&gnome-version;.</para>
    5872
    59 <para>GNOME-&gnome-version; dependencies</para>
     73<para><application><acronym>GNOME</acronym></application>-&gnome-version; dependencies</para>
    6074<para>Required</para>
    6175<para><xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref
Note: See TracChangeset for help on using the changeset viewer.