source: gnome/intro/gnome-intro.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was 85ec85ef, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new subdirectory intro to gnome Added new Introduction chapter to Gnome which mirrors what has been done with kde Moved gnome-intro page into
the subdirectory intro in gnome directory Added gnome-intro page href to newly created introduction page Removed excess white space from the gpm page
Removed excess white space from the rsync page Removed excess white space from the wicd page Removed excess white space from the openssh page
Removed text block regarding other desktops from gnome platform page to add it to newly created intro section

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13435 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE partintro PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="gnome-intro">
9 <?dbhtml filename="gnomeintro.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16
17 <title>Introduction to GNOME</title>
18
19 <para>This chapter presents the instructions to install a complete
20 GNOME-&gnome-version;&gnome-minor; desktop environment. The order of
21 the installed packages follows the build order defined by the GNOME
22 development team and has been thoroughly tested by the BLFS team.
23 You need to be building GNOME-&gnome-version;&gnome-minor; on top of a system
24 running <application>Systemd</application>.
25 </para>
26
27 <para>The installation of GNOME-&gnome-version;&gnome-minor; is a
28 large undertaking and one we would like to see you complete with the least
29 amount of stress.</para>
30
31 <para>To install GNOME as your desktop of choice, it is recommended that you
32 install using <option>--prefix=/usr</option>.</para>
33
34 <para>If your system was completely built per LFS and BLFS instructions,
35 you have a very good chance of using
36 GNOME-&gnome-version;&gnome-minor; after your first installation. If
37 you are a typical LFS user, you have made modifications to the instructions
38 along the way knowing that you have to take those modifications into account
39 on future installations. You should have no problems integrating
40 GNOME-&gnome-version;&gnome-minor; into your unique setup, but you
41 will have to install well over 50 packages before you can run GNOME through
42 any testing (assuming your windowing system is preinstalled and tested). You
43 should anticipate that you will be rebuilding GNOME at least once to make
44 adjustments for your setup.</para>
45</sect1>
Note: See TracBrowser for help on using the repository browser.