Changeset e7c62229
- Timestamp:
- 10/22/2002 10:22:20 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 2b36b6b
- Parents:
- bf4e9f4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/gnome-intro.xml
rbf4e9f4 re7c62229 6 6 sufficient to run Gnome 1.4 applications included in this book. The 7 7 order 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>8 Gnome2 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> 9 9 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 11 very much like to see you complete with the least amount of stress. One 12 of our first goals in this installation is to protect your previously 13 installed software. For absolute protection, we would construct a 14 chroot jail for the installation, but since Gnome2 packages utilize the 15 --prefix= option for configure, we will use that to fulfill our goal. 16 There are two locations usable for our purposes, 17 <filename>/usr/local</filename> and <filename>/opt/package</filename>. 18 Since <filename>/usr/local</filename> is not utilized any where in the 19 BLFS book, installation there would closely parallel a Gnome2 20 installation using --prefix=/usr. However, it is not 21 entirely safe for us to assume that your installation does not have any 22 files in <filename>/usr/local</filename>. Therefore we are going to 23 install with --prefix=/opt/gnome2. This will require additional edits 24 which are covered on the pre-installation page. Removal of Gnome2 for 25 any reason is as easy as removing the edits from the pre-installation 26 page and issue the following commands: 27 <screen><userinput>rm /opt/gnome2 -r && 28 rm /etc/gnome -r</userinput></screen></para> 29 30 <para>If your system was completely built per LFS 4.0 and BLFS 31 instructions, you have a very good chance of using Gnome2 32 after your first install. If you are a typical LFS user, you have made 33 modifications to the instructions along the way knowing that you have to 34 take those modifications into account on future installations. You 35 should have no problems integrating Gnome2 into your unique setup, but 36 you will have 28 to 33 packages installed before you can run Gnome 37 through any testing (assuming your window manager is preinstalled and 38 tested). We would anticipate that you will be rebuilding gnome at least 39 once to make adjustments for your setup. If this is the only chapter you 40 are utilizing from the BLFS book, we think you should be successful by 41 following these instructions, but you may find problems along the way 42 that we may or may not be able to help you though on the blfs-support mailing 43 list.</para> 15 44 16 45 <para>If you don't need the Gnome 1.4 library environment, you may skip … … 21 50 listed on those pages whether labeled or not. Gnome packages without 22 51 pages are simply installed with: 23 <screen> ./configure --prefix=/opt/gnome &&52 <screen><userinput>./configure --prefix=/opt/gnome && 24 53 make && 25 make install</ screen>54 make install</userinput></screen> 26 55 These instructions are simplistic to facilitate removal of Gnome 1.4 27 56 from BLFS systems when it is no longer necessary. These instructions … … 33 62 have no interest in Gnome2.</para> 34 63 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 65 chosen destination. This can be done from the start or after a trial 66 install.</para> 67 35 68 </partintro> -
index.xml
rbf4e9f4 re7c62229 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2002102 1">6 <!ENTITY releasedate "October 2 1st, 2002">5 <!ENTITY version "20021022"> 6 <!ENTITY releasedate "October 22nd, 2002"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rbf4e9f4 re7c62229 10 10 11 11 <itemizedlist> 12 13 <listitem><para>October 22nd, 2002 [larry]: Expanded Gnome Chapter 14 introduction.</para></listitem> 12 15 13 16 <listitem><para>October 21st, 2002 [larry]: Basicnet: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.