Changeset 26a12b5 for gnome


Ignore:
Timestamp:
02/07/2003 11:37:11 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, 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:
5407cf7
Parents:
c6a2f39
Message:

gnome 2.2 intros

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

Location:
gnome
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • gnome/gnome-intro.xml

    rc6a2f39 r26a12b5  
    22<title>Introduction to Gnome</title>
    33
    4 <para>This chapter attempts to install a complete Gnome2 desktop
     4<para>This chapter attempts to install a complete Gnome-2.2 desktop
    55environment and a limited Gnome 1.4 library environment that is
    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>.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
     8Gnome2 development team as published in the <ulink url="http://www.gnome.org/start/2.2/notes/rninstallation.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 <para>The installation of Gnome2 is a large undertaking and one we would
     10<para>The installation of Gnome-2.2 is a large undertaking and one we would
    1111very much like to see you complete with the least amount of stress. One
    1212of our first goals in this installation is to protect your previously
    1313installed software.  For absolute protection, we would construct a
    14 chroot jail for the installation, but since Gnome2 packages utilize the
     14chroot jail for the installation, but since Gnome-2.2 packages utilize the
    1515--prefix= option for configure, we will use that to fulfill our goal.
    1616There are two locations usable for our purposes,
    1717<filename>/usr/local</filename> and <filename>/opt/package</filename>.
    1818Since <filename>/usr/local</filename> is not utilized any where in the
    19 BLFS book, installation there would closely parallel a Gnome2
     19BLFS book, installation there would closely parallel a Gnome-2.2
    2020installation using --prefix=/usr.  However, it is not
    2121entirely safe for us to assume that your installation does not have any
    2222files in <filename>/usr/local</filename>.  Therefore we are going to
    2323install with --prefix=/opt/gnome2.  This will require additional edits
    24 which are covered on the pre-installation page.  Removal of Gnome2 for
     24which are covered on the pre-installation page.  Removal of Gnome-2.2 for
    2525any reason is as easy as removing the edits from the pre-installation
    2626page and issue the following commands:
    27 <screen><userinput>rm /opt/gnome2 -r &amp;&amp;
     27<screen><userinput>rm /opt/gnome-2.2 -r &amp;&amp;
    2828rm /etc/gnome -r</userinput></screen></para>
    2929
    3030<para>If your system was completely built per LFS 4.0 and BLFS
    31 instructions, you have a very good chance of using Gnome2
     31instructions, you have a very good chance of using Gnome-2.2
    3232after your first install.  If you are a typical LFS user, you have made
    3333modifications to the instructions along the way knowing that you have to
    3434take those modifications into account on future installations.  You
    35 should have no problems integrating Gnome2 into your unique setup, but
     35should have no problems integrating Gnome-2.2 into your unique setup, but
    3636you will have 28 to 33 packages installed before you can run Gnome
    3737through any testing (assuming your window manager is preinstalled and
     
    6060<filename>/var</filename>.  You should consider using the Gnome 1.4 hint
    6161located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
    62 have no interest in Gnome2.</para>
     62have no interest in Gnome-2.2.</para>
    6363
    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>
     64<para>At this time, we feel that Gnome-2.2 should be left in <filename>/opt/gnome2</filename>, but you can easily adjust the --prefix= option to your
     65chosen destination. This will be covered on the pre-installation
     66page.</para>
    6767
    6868</partintro>
  • gnome/gnome.ent

    rc6a2f39 r26a12b5  
    131131<!-- Additional Gnome 1.4 Libraries -->
    132132<!ENTITY gnome-otherlibs SYSTEM "otherlibs/otherlibs.xml">
     133<!ENTITY gnome-otherlibs-config SYSTEM "otherlibs/otherlibs-config.xml">
    133134<!ENTITY % gconf-editor SYSTEM "other/gconf-editor/gconf-editor.ent">
    134135<!ENTITY % gnome-print SYSTEM "otherlibs/gnome-print/gnome-print.ent">
  • gnome/lib/lib-config.xml

    rc6a2f39 r26a12b5  
    33<title>pre-installation configuration</title>
    44
    5 <para>Packages in this chapter require the following
    6 configurations:</para>
     5<para>Set an Enviroment variable to resolve the prefix destination.</para> 
     6<para>If Gnome is your desktop of choice:
     7<screen>export GNOME_PREFIX=/usr</screen>
     8If you want to try-out Gnome:
     9<screen>export GNOME_PREFIX=/opt/gnome-2.2</screen></para>
     10
     11<para>The try-out group will also need to make all the following
     12configuration changes:</para>
    713
    814<para>Add to your system or personal profile:</para>
    915
    10 <para><screen>export PATH=$PATH:/opt/gnome/bin:/opt/gnome2/bin
    11 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig:/opt/gnome2/lib/pkgconfig
     16<para><screen>export PATH=$PATH:/opt/gnome-2.2/bin
     17export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-2.2/lib/pkgconfig
    1218export GNOME_LIBCONFIG_PATH=/usr/lib</screen></para>
    1319
     
    1723# Begin gnome addition to /etc/ld.so.conf
    1824
    19 /opt/gnome/lib
    20 /opt/gnome2/lib
     25/opt/gnome-2.2/lib
    2126
    2227# End gnome addition
     
    2833# Begin gnome addition to man.conf
    2934
    30 MANPATH /opt/gnome/man
    31 MANPATH /opt/gnome2/man
     35MANPATH /opt/gnome-2.2/man
    3236
    3337# END gnome addition to man.conf
    3438<userinput>EOF</userinput></screen></para>
    3539
    36 
    37 
    3840</sect1>
  • gnome/otherlibs/otherlibs.xml

    rc6a2f39 r26a12b5  
    88</para>
    99
     10&gnome-otherlibs-config;
    1011&gnome-print;
    1112&libglade14;
Note: See TracChangeset for help on using the changeset viewer.