source: gnome/gnome-intro.xml@ 78051a3

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
Last change on this file since 78051a3 was 78051a3, checked in by Larry Lawrence <larry@…>, 21 years ago

update intro to openjade and gtk-doc

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

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[a90533f0]1<partintro>
[78051a3]2<title>Introduction to <application>GNOME</application></title>
[a90533f0]3
[ab8a3cb]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
[a90533f0]7order of the pages are meant to follow the build order defined by the
[78051a3]8<application>GNOME</application> development team as published in the <ulink
[c5bfd2f5]9url="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>
[a90533f0]10
[ab8a3cb]11<para>The installation of GNOME-&gnome-version; is a large undertaking and one we would
[5407cf7]12like to see you complete with the least amount of stress. One
[e7c62229]13of our first goals in this installation is to protect your previously
[78051a3]14installed software, especially if you are testing
15<application>GNOME</application> on your machine.
[ab8a3cb]16GNOME-&gnome-version; packages utilize the --prefix= option for configure, so we will
[e68cc1c]17use that and an Environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
[5407cf7]18the install.</para>
[e7c62229]19
[78051a3]20<para>If you know that you want <application>GNOME</application> as your desktop, it is recommended that
[5407cf7]21you install with --prefix=/usr. If you are not sure that you are going
[78051a3]22to keep <application>GNOME</application> on your installation, it is recommended that you install with
[5407cf7]23--prefix=/opt/gnome-&gnome-version;. Setting the Environment variable and the
24additional edits required by the second option are covered on the
25pre-installation page.</para>
26
[ab8a3cb]27<para>If you choose the second option, removal of GNOME-2.2 is as easy
[c5ee8b3]28as removing the edits from the pre-installation page and issueing the following command:
[6992ce7]29<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
[5407cf7]30
[ab8a3cb]31<para>If your system was completely built per <acronym>LFS</acronym> and
32<acronym>BLFS</acronym>
33instructions, you have a very good chance of using GNOME-&gnome-version;
34after your first install. If you are a typical <acronym>LFS</acronym> user, you have made
[e7c62229]35modifications to the instructions along the way knowing that you have to
36take those modifications into account on future installations. You
[ab8a3cb]37should have no problems integrating GNOME-&gnome-version; into your unique setup, but
38you will have 28 to 33 packages installed before you can run GNOME
[e7c62229]39through any testing (assuming your window manager is preinstalled and
[ab8a3cb]40tested). We would anticipate that you will be rebuilding GNOME at least
[5407cf7]41once to make adjustments for your setup.</para>
[a90533f0]42
[ab8a3cb]43<para>If you are building a GNOME 1.4 desktop environment, you would
44install 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:
[6992ce7]46<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
[a90533f0]47make &amp;&amp;
[6992ce7]48make install</command></screen>
[ab8a3cb]49These instructions are simplistic to facilitate removal of GNOME 1.4
50from <acronym>BLFS</acronym> systems when it is no longer necessary. These instructions
51may be refined later to comply with <acronym>BLFS</acronym> standards for file locations,
[e68cc1c]52specifically <filename class='directory'>/opt/gnome/etc</filename> to
53<filename class='directory'>/etc</filename> and <filename
54class='directory'>/opt/gnome/var</filename> to
[ab8a3cb]55<filename class='directory'>/var</filename>. You should consider using the GNOME 1.4 hint
[a90533f0]56located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
[ab8a3cb]57have no interest in GNOME-&gnome-version;.</para>
[a90533f0]58
[78051a3]59<para><application>GNOME-&gnome-version;</application> dependencies</para>
60<para>Required</para>
61<para><xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref
62linkend="libpng"/>,
63<xref linkend="libjpeg"/>, <xref linkend="libtiff"/> and <xref
64linkend="popt"/></para>
65<para>Optional</para>
66<para><xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
67linkend="DocBook"/>,
68<xref linkend="docbook-xsl"/> and <xref linkend="libfam"/></para>
69
70
[e7c62229]71
[a90533f0]72</partintro>
Note: See TracBrowser for help on using the repository browser.