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 | <title>Introduction to Trinity/KDE3</title>
|
---|
15 |
|
---|
16 | <para>Trinity is a project that aims to keep the KDE 3.5 computing style
|
---|
17 | alive, as well as keeping the existing code base current. It is a
|
---|
18 | comprehensive desktop environment that builds on an <application>X Window
|
---|
19 | System</application> and <application>Qt</application> version 3 to provide a
|
---|
20 | window manager and many user tools, including a browser, word processor,
|
---|
21 | spreadsheet, presentation package, games, and numerous other utilities. It
|
---|
22 | provides extensive capabilities for customization.</para>
|
---|
23 |
|
---|
24 | <para>The <application>Trinity/KDE3</application> instructions are divided into
|
---|
25 | three parts. The first part, the core packages, are needed for the rest of
|
---|
26 | <application>Trinity/KDE3</application> to work. The second part presents additional
|
---|
27 | packages which provide functionality in various areas (multimedia, graphics, etc.)
|
---|
28 | The third part provides resources for software and web developers.</para>
|
---|
29 |
|
---|
30 | <para>There are two alternatives for installing
|
---|
31 | <application>Trinity/KDE3</application>. Option one, that is used by most of
|
---|
32 | the commercial distributions, is to install
|
---|
33 | <application>Trinity/KDE3</application> in the standard system prefix:
|
---|
34 | <filename class="directory">/usr</filename>. This option allows the use of
|
---|
35 | <application>Trinity/KDE3</application> without the need for any additional
|
---|
36 | configuration such as modification of various environment variables or
|
---|
37 | configuration files. Option two, recommended by the Trinity developers and
|
---|
38 | BLFS Editors is to install it in a unique prefix such as <filename
|
---|
39 | class="directory">/opt/trinity</filename> or <filename
|
---|
40 | class="directory">/opt/trinity-&trinity-version;</filename>. This option
|
---|
41 | allows for easy removal of the <application>Trinity/KDE3</application>
|
---|
42 | version or maintenance of multiple versions for testing.</para>
|
---|
43 |
|
---|
44 | <para>The <application>Trinity/KDE3</application> pakages are undergoing
|
---|
45 | constant upgrades. With the 3.5.13 version, the core packages are
|
---|
46 | configured with <userinput>cmake</userinput> and the rest are built using the
|
---|
47 | traditional <userinput>configure</userinput> command.</para>
|
---|
48 |
|
---|
49 | <tip>
|
---|
50 | <para>All the <application>Trinity/KDE3</application> packages that are
|
---|
51 | built with <userinput>configure</userinput> are comprised of various
|
---|
52 | components. The default is to install most of the components. If specific
|
---|
53 | components are to be eliminated, the way is to set the variable
|
---|
54 | <envar>DO_NOT_COMPILE</envar>. This comes in handy when there are problems
|
---|
55 | compiling a particular component.</para>
|
---|
56 |
|
---|
57 | <screen><userinput>DO_NOT_COMPILE="component1 component2" \
|
---|
58 | ./configure --prefix=$TRINITY_PREFIX ...</userinput></screen>
|
---|
59 |
|
---|
60 | </tip>
|
---|
61 |
|
---|
62 | </partintro>
|
---|