2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE partintro PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 16:05:17 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2007-01-19 03:38:19 +08:00
|
|
|
<!--
|
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
-->
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<partintro>
|
2011-12-21 12:45:39 +08:00
|
|
|
<title>Introduction to Trinity/KDE3</title>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
2011-12-21 12:45:39 +08:00
|
|
|
<para>Trinity is a project that aims to keep the KDE 3.5 computing style
|
|
|
|
alive, as well as keeping the existing code base current. It is a
|
|
|
|
comprehensive desktop environment that builds on an <application>X Window
|
|
|
|
System</application> and <application>Qt</application> version 3 to provide a
|
|
|
|
window manager and many user tools, including a browser, word processor,
|
|
|
|
spreadsheet, presentation package, games, and numerous other utilities. It
|
|
|
|
provides extensive capabilities for customization.</para>
|
2009-12-03 00:26:56 +08:00
|
|
|
|
2011-12-21 12:45:39 +08:00
|
|
|
<para>The <application>Trinity/KDE3</application> instructions are divided into
|
2005-12-18 14:09:14 +08:00
|
|
|
three parts. The first part, the core packages, are needed for the rest of
|
2011-12-21 12:45:39 +08:00
|
|
|
<application>Trinity/KDE3</application> to work. The second part presents additional
|
2005-12-18 14:09:14 +08:00
|
|
|
packages which provide functionality in various areas (multimedia, graphics, etc.)
|
|
|
|
The third part provides resources for software and web developers.</para>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
2011-12-21 12:45:39 +08:00
|
|
|
<para>There are two alternatives for installing
|
|
|
|
<application>Trinity/KDE3</application>. Option one, that is used by most of
|
|
|
|
the commercial distributions, is to install
|
|
|
|
<application>Trinity/KDE3</application> in the standard system prefix:
|
2005-05-31 05:46:44 +08:00
|
|
|
<filename class="directory">/usr</filename>. This option allows the use of
|
2011-12-21 12:45:39 +08:00
|
|
|
<application>Trinity/KDE3</application> without the need for any additional
|
|
|
|
configuration such as modification of various environment variables or
|
|
|
|
configuration files. Option two, recommended by the Trinity developers and
|
|
|
|
BLFS Editors is to install it in a unique prefix such as <filename
|
|
|
|
class="directory">/opt/trinity</filename> or <filename
|
|
|
|
class="directory">/opt/trinity-&trinity-version;</filename>. This option
|
|
|
|
allows for easy removal of the <application>Trinity/KDE3</application>
|
|
|
|
version or maintenance of multiple versions for testing.</para>
|
|
|
|
|
2013-02-12 02:51:17 +08:00
|
|
|
<para>The <application>Trinity/KDE3</application> pakages are undergoing
|
2011-12-21 12:45:39 +08:00
|
|
|
constant upgrades. With the 3.5.13 version, the core packages are
|
2013-02-12 02:51:17 +08:00
|
|
|
configured with <userinput>cmake</userinput> and the rest are built using the
|
2011-12-21 12:45:39 +08:00
|
|
|
traditional <userinput>configure</userinput> command.</para>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
|
|
|
<tip>
|
2011-12-21 12:45:39 +08:00
|
|
|
<para>All the <application>Trinity/KDE3</application> packages that are
|
|
|
|
built with <userinput>configure</userinput> are comprised of various
|
|
|
|
components. The default is to install most of the components. If specific
|
|
|
|
components are to be eliminated, the way is to set the variable
|
2005-05-31 05:46:44 +08:00
|
|
|
<envar>DO_NOT_COMPILE</envar>. This comes in handy when there are problems
|
2005-05-08 17:49:43 +08:00
|
|
|
compiling a particular component.</para>
|
|
|
|
|
|
|
|
<screen><userinput>DO_NOT_COMPILE="component1 component2" \
|
2011-12-21 12:45:39 +08:00
|
|
|
./configure --prefix=$TRINITY_PREFIX ...</userinput></screen>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
|
|
|
</tip>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</partintro>
|