source: gnome/gnome-intro.xml@ 2a5ecb3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2a5ecb3 was 2a5ecb3, checked in by Randy McMurchy <randy@…>, 19 years ago

Added a test suite note to the system-tools-backends instructions; minor XML cleanup on some other GNOME files

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<partintro>
9
10 <title>Introduction to GNOME</title>
11
12 <para>This chapter presents the instructions to install a complete
13 <application>GNOME</application>-&gnome-version;&gnome-minor-version;
14 desktop environment and a limited <application>GNOME</application> 1.4
15 library environment that is sufficient to run
16 <application>GNOME</application> 1.4 applications included in this book.
17 The order of the pages follow the build order defined by the
18 <application>GNOME</application> development team as published in previous
19 versions of the <ulink
20 url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">
21 release notes</ulink>. Note that the development team did not publish a
22 build order for the &gnome-version;&gnome-minor-version; release.</para>
23
24 <para>The installation of
25 <application>GNOME</application>-&gnome-version;&gnome-minor-version;
26 is a large undertaking and one we would like to see you complete with the
27 least amount of stress. One of the first goals in this installation is to
28 protect your previously installed software, especially if you are testing
29 <application>GNOME</application> on your machine.
30 <application>GNOME</application>-&gnome-version; packages utilize the
31 <parameter>--prefix=option</parameter> passed to
32 <command>configure</command>, so you will use that and an environment
33 variable (<envar>GNOME_PREFIX</envar>) to add flexibility to the
34 installation.</para>
35
36 <para>To install <application>GNOME</application> as your desktop of choice,
37 it is recommended that you install using
38 <parameter>--prefix=/usr</parameter>. If you are not sure that you are going
39 to keep the <application>GNOME</application> installation, or you think you
40 will update to the newest releases as they become available, you should
41 install with <parameter>--prefix=/opt/gnome-&gnome-version;</parameter>.
42 Setting the environment variable and the additional edits required by the
43 second option are covered on the pre-installation page.</para>
44
45 <para>If you choose the second option, removal of
46 <application>GNOME</application>-&gnome-version;&gnome-minor-version; is as
47 easy as removing the edits from the pre-installation page and issuing the
48 following command:</para>
49
50<screen><userinput>rm -rf /opt/gnome-&gnome-version; </userinput></screen>
51
52 <para>If your system was completely built per LFS and BLFS instructions,
53 you have a very good chance of using
54 <application>GNOME</application>-&gnome-version;&gnome-minor-version; after
55 your first installation. If you are a typical LFS user, you have made
56 modifications to the instructions along the way knowing that you have to
57 take those modifications into account on future installations. You should
58 have no problems integrating
59 <application>GNOME</application>-&gnome-version;&gnome-minor-version; into
60 your unique setup, but you will have to install almost 50 packages before
61 you can run <application>GNOME</application> through any testing (assuming
62 your window manager is preinstalled and tested). You should anticipate that
63 you will be rebuilding <application>GNOME</application> at least once to
64 make adjustments for your setup.</para>
65
66 <para>If you are building a <application>GNOME</application> 1.4 desktop
67 environment, you would install only those libraries in the
68 <application>GNOME</application> 1.4 chapter <emphasis>and</emphasis> any
69 dependencies listed on those pages, whether labeled or not.
70 <application>GNOME</application> packages without pages are simply
71 installed with:</para>
72
73<screen><userinput>./configure --prefix=/opt/gnome &amp;&amp;
74make</userinput></screen>
75
76 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
77
78<screen role='root'><userinput>make install</userinput></screen>
79
80 <para>These instructions are simplistic to facilitate removal of
81 <application>GNOME</application> 1.4 from BLFS systems when it is no longer
82 necessary. These instructions may be refined later to comply with BLFS
83 standards for file locations, specifically
84 <filename class='directory'>/opt/gnome/etc</filename> to
85 <filename class='directory'>/etc</filename> and
86 <filename class='directory'>/opt/gnome/var</filename> to
87 <filename class='directory'>/var</filename>. You should consider using
88 the <application>GNOME</application> 1.4 hint located at
89 <ulink url="http://www.linuxfromscratch.org/hints/"/> if you have no
90 interest in
91 <application>GNOME</application>-&gnome-version;&gnome-minor-version;.</para>
92
93</partintro>
Note: See TracBrowser for help on using the repository browser.