source: gnome/gnome-intro.xml@ d555a31

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

Added gnome-intro page and added that the build is assumed to be done on a systemd system. Removed reference to systemd not being
supported on platform page Removed reference to systmed users not needing to install
libcap as it is already covered on the intro Converted colord page to
use systemd

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

  • Property mode set to 100644
File size: 1.8 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<!--
9$LastChangedBy$
10$Date$
11-->
12
13<partintro>
14
15 <title>Introduction to GNOME</title>
16
17 <para>This chapter presents the instructions to install a complete
18 GNOME-&gnome-version;&gnome-minor; desktop environment. The order of
19 the installed packages follows the build order defined by the GNOME
20 development team and has been thoroughly tested by the BLFS team.
21 You need to be building GNOME-&gnome-version;&gnome-minor; on top of a system
22 running <application>Systemd</application>.
23 </para>
24
25 <para>The installation of GNOME-&gnome-version;&gnome-minor; is a
26 large undertaking and one we would like to see you complete with the least
27 amount of stress.</para>
28
29 <para>To install GNOME as your desktop of choice, it is recommended that you
30 install using <option>--prefix=/usr</option>.</para>
31
32 <para>If your system was completely built per LFS and BLFS instructions,
33 you have a very good chance of using
34 GNOME-&gnome-version;&gnome-minor; after your first installation. If
35 you are a typical LFS user, you have made modifications to the instructions
36 along the way knowing that you have to take those modifications into account
37 on future installations. You should have no problems integrating
38 GNOME-&gnome-version;&gnome-minor; into your unique setup, but you
39 will have to install well over 50 packages before you can run GNOME through
40 any testing (assuming your windowing system is preinstalled and tested). You
41 should anticipate that you will be rebuilding GNOME at least once to make
42 adjustments for your setup.</para>
43</partintro>
Note: See TracBrowser for help on using the repository browser.