source: gnome/gnome-intro.xml@ 52a46b3a

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_1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52a46b3a was 52a46b3a, checked in by Larry Lawrence <larry@…>, 20 years ago

gnome grammar edits

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<partintro>
2<title>Introduction to <application><acronym>GNOME</acronym></application></title>
3
4<para>This chapter presents the instructions 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
9order of the pages follow the build order defined by the
10GNOME development team as published in the <ulink
11url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>.</para>
12
13<para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would
14like to see you complete with the least amount of stress. One
15of the first goals in this installation is to protect your previously
16installed software, especially if you are testing
17<application><acronym>GNOME</acronym></application> on your machine.
18<application><acronym>GNOME</acronym></application>-&gnome-version;
19packages utilize the <parameter>--prefix=option</parameter> for
20<command>configure</command>, so you will
21use that and an environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
22the installation.</para>
23
24<para>To install
25<application><acronym>GNOME</acronym></application> as a desktop
26alternative, it is recommended that
27you install with <parameter>--prefix=/usr</parameter>. If you are not sure that you are going
28to keep the <application><acronym>GNOME</acronym></application> installation, you may install with
29<parameter>--prefix=/opt/gnome-&gnome-version;</parameter>. Setting the
30environment variable and the
31additional edits required by the second option are covered on the
32pre-installation page. Since
33<application><acronym>GNOME</acronym></application> has matured,
34installing with <parameter>--prefix=/usr</parameter> is the preferable approach.</para>
35
36<para>If you choose the second option, removal of
37<application><acronym>GNOME</acronym></application>-&gnome-version; is as easy
38as removing the edits from the pre-installation page and issuing the
39following command:</para>
40<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen>
41
42<para>If your system was completely built per <acronym>LFS</acronym> and
43<acronym>BLFS</acronym>
44instructions, you have a very good chance of using
45<application><acronym>GNOME</acronym></application>-&gnome-version;
46after your first install. If you are a typical <acronym>LFS</acronym> user, you have made
47modifications to the instructions along the way knowing that you have to
48take those modifications into account on future installations. You
49should have no problems integrating
50<application><acronym>GNOME</acronym></application>-&gnome-version; into your unique setup, but
51you will have to install 28 to 33 packages before you can run
52<application><acronym>GNOME</acronym></application>
53through any testing (assuming your window manager is preinstalled and
54tested). You should anticipate that you will be rebuilding
55<application><acronym>GNOME</acronym></application> at least
56once to make adjustments for your setup.</para>
57
58<para>If you are building a
59<application><acronym>GNOME</acronym></application> 1.4 desktop environment, you would
60install only those libraries in the
61<application><acronym>GNOME</acronym></application> 1.4 chapter
62<emphasis>and</emphasis> any dependencies listed on those pages, whether
63labeled or not. <application><acronym>GNOME</acronym></application> packages without pages are simply installed with:
64<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
65make &amp;&amp;
66make install</command></screen>
67These instructions are simplistic to facilitate removal of
68<application><acronym>GNOME</acronym></application> 1.4
69from <acronym>BLFS</acronym> systems when it is no longer necessary. These instructions
70may be refined later to comply with <acronym>BLFS</acronym> standards for file locations,
71specifically <filename class='directory'>/opt/gnome/etc</filename> to
72<filename class='directory'>/etc</filename> and <filename
73class='directory'>/opt/gnome/var</filename> to
74<filename class='directory'>/var</filename>. You should consider using
75the <application><acronym>GNOME</acronym></application> 1.4 hint
76located at <ulink url="http://www.linuxfromscratch.org/hints/"/> if you
77have no interest in <application><acronym>GNOME</acronym></application>-&gnome-version;.</para>
78
79<!--
80<para><application><acronym>GNOME</acronym></application>-&gnome-version; dependencies</para>
81<para>Required</para>
82<para>
83<xref linkend="GTK2"/> and
84<xref linkend="popt"/>
85</para>
86<para>Optional</para>
87<para>
88<xref linkend="libxml2"/>,
89<xref linkend="libxslt"/>,
90<xref linkend="DocBook"/>,
91<xref linkend="docbook-xsl"/> and
92<xref linkend="fam"/>
93</para>
94-->
95
96</partintro>
Note: See TracBrowser for help on using the repository browser.