source: gnome/gnome-intro.xml@ 6cab80b

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 v1_0 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 6cab80b was a90533f0, checked in by Larry Lawrence <larry@…>, 22 years ago

Added introduction to Gnome

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1<partintro>
2<title>Introduction to Gnome</title>
3
4<para>This chapter attempts to install a complete Gnome2 desktop
5environment and a limited Gnome 1.4 library environment that is
6sufficient to run Gnome 1.4 applications included in this book. The
7order of the pages are meant to follow the build order defined by the
8Gnome2 development team as published in the <ulink url="http://www.gnome.org/start/2.0/releasenotes.html">release notes</ulink>.</para>
9
10<warning><para>While we have been successful in building Gnome2 from these
11instructions, we have also experienced several oddities in compiling and
12running these applications. If these are build issues, watch for
13adjustments to the instructions as we better understand this
14product.</para></warning>
15
16<para>If you don't need the Gnome 1.4 library environment, you may skip
17pages that are headed (Gnome 1.4).</para>
18
19<para>If you are building a Gnome 1.4 desktop environment, you would
20install those labeled pages <emphasis>and</emphasis> any dependancies
21listed on those pages whether labeled or not. Gnome packages without
22pages are simply installed with:
23<screen>./configure --prefix=/opt/gnome &amp;&amp;
24make &amp;&amp;
25make install</screen>
26These instructions are simplistic to facilitate removal of Gnome 1.4
27from BLFS systems when it is no longer necessary. These instructions
28may be refined later to comply with BLFS standards for file locations,
29specifically <filename>/opt/gnome/etc</filename> to
30<filename>/etc</filename> and <filename>/opt/gnome/var</filename> to
31<filename>/var</filename>. You should consider using the Gnome 1.4 hint
32located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you
33have no interest in Gnome2.</para>
34
35</partintro>
Note: See TracBrowser for help on using the repository browser.