Changeset e7c62229


Ignore:
Timestamp:
10/22/2002 10:22:20 PM (22 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2b36b6b
Parents:
bf4e9f4
Message:

expand gnome introduction

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    rbf4e9f4 re7c62229  
    66sufficient 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 Gnome2 development team as published in the <ulink url="http://www.gnome.org/start/2.0/releasenotes.html">release notes</ulink>.</para>
     8Gnome2 development team as published in the <ulink url="http://www.gnome.org/start/2.0/releasenotes.html">release notes</ulink>.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
    99
    10 <warning><para>While we have been successful in building Gnome2 from these
    11 instructions, we have also experienced several oddities in compiling and
    12 running these applications.  If these are build issues, watch for
    13 adjustments to the instructions as we better understand this
    14 product.</para></warning>
     10<para>The installation of Gnome2 is a large undertaking and one we would
     11very much like to see you complete with the least amount of stress. One
     12of our first goals in this installation is to protect your previously
     13installed software.  For absolute protection, we would construct a
     14chroot jail for the installation, but since Gnome2 packages utilize the
     15--prefix= option for configure, we will use that to fulfill our goal.
     16There are two locations usable for our purposes,
     17<filename>/usr/local</filename> and <filename>/opt/package</filename>.
     18Since <filename>/usr/local</filename> is not utilized any where in the
     19BLFS book, installation there would closely parallel a Gnome2
     20installation using --prefix=/usr.  However, it is not
     21entirely safe for us to assume that your installation does not have any
     22files in <filename>/usr/local</filename>.  Therefore we are going to
     23install with --prefix=/opt/gnome2.  This will require additional edits
     24which are covered on the pre-installation page.  Removal of Gnome2 for
     25any reason is as easy as removing the edits from the pre-installation
     26page and issue the following commands:
     27<screen><userinput>rm /opt/gnome2 -r &amp;&amp;
     28rm /etc/gnome -r</userinput></screen></para>
     29
     30<para>If your system was completely built per LFS 4.0 and BLFS
     31instructions, you have a very good chance of using Gnome2
     32after your first install.  If you are a typical LFS user, you have made
     33modifications to the instructions along the way knowing that you have to
     34take those modifications into account on future installations.  You
     35should have no problems integrating Gnome2 into your unique setup, but
     36you will have 28 to 33 packages installed before you can run Gnome
     37through any testing (assuming your window manager is preinstalled and
     38tested). We would anticipate that you will be rebuilding gnome at least
     39once to make adjustments for your setup. If this is the only chapter you
     40are utilizing from the BLFS book, we think you should be successful by
     41following these instructions, but you may find problems along the way
     42that we may or may not be able to help you though on the blfs-support mailing
     43list.</para>
    1544
    1645<para>If you don't need the Gnome 1.4 library environment, you may skip
     
    2150listed on those pages whether labeled or not. Gnome packages without
    2251pages are simply installed with:
    23 <screen>./configure --prefix=/opt/gnome &amp;&amp;
     52<screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
    2453make &amp;&amp;
    25 make install</screen>
     54make install</userinput></screen>
    2655These instructions are simplistic to facilitate removal of Gnome 1.4
    2756from BLFS systems when it is no longer necessary.  These instructions
     
    3362have no interest in Gnome2.</para>
    3463
     64<para>At this time, we feel that Gnome2 should be left in <filename>/opt/gnome2</filename>, but you can easily adjust the --prefix= option to your
     65chosen destination. This can be done from the start or after a trial
     66install.</para>
     67
    3568</partintro>
  • index.xml

    rbf4e9f4 re7c62229  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20021021">
    6 <!ENTITY releasedate "October 21st, 2002">
     5<!ENTITY version "20021022">
     6<!ENTITY releasedate "October 22nd, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rbf4e9f4 re7c62229  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>October 22nd, 2002 [larry]: Expanded Gnome Chapter
     14introduction.</para></listitem>
    1215
    1316<listitem><para>October 21st, 2002 [larry]: Basicnet: Updated to
Note: See TracChangeset for help on using the changeset viewer.