2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-05-08 17:49:43 +08:00
|
|
|
<!DOCTYPE partintro PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
2005-04-04 04:52:42 +08:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-13 16:05:17 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<partintro>
|
2005-05-08 17:49:43 +08:00
|
|
|
<title>Introduction to KDE</title>
|
|
|
|
|
2005-05-31 05:46:44 +08:00
|
|
|
<para><application>KDE</application> is a comprehensive desktop environment
|
2005-05-08 17:49:43 +08:00
|
|
|
that builds on an <application>X Window System</application> and
|
2005-05-31 05:46:44 +08:00
|
|
|
<application>Qt</application> to provide a window manager and many user tools,
|
|
|
|
including a browser, word processor, spreadsheet, presentation package, games,
|
2005-05-08 17:49:43 +08:00
|
|
|
and numerous other utilities. It provides extensive capabilities for customization.</para>
|
|
|
|
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>The <application>KDE</application> instructions are divided into
|
|
|
|
two parts. The first part, the core packages, are needed for the rest of
|
|
|
|
<application>KDE</application> to work. The second part presents additional
|
2005-05-31 00:18:15 +08:00
|
|
|
packages which provide functionality in various areas (multimedia, graphics, etc.).</para>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>There are two alternatives for installing <application>KDE</application>.
|
|
|
|
Option one, that is used by most of the commercial distributions, is to install
|
|
|
|
<application>KDE</application> in the standard system prefix:
|
|
|
|
<filename class="directory">/usr</filename>. This option allows the use of
|
2005-05-08 17:49:43 +08:00
|
|
|
<application>KDE</application> without the need for any additional configuration such
|
|
|
|
as modification of various environment variables or configuration files. Option two is
|
|
|
|
to install it in a unique prefix such as <filename class="directory">/opt/kde</filename> or
|
2005-05-31 05:46:44 +08:00
|
|
|
<filename class="directory">/opt/kde-&kde-version;</filename>. This option allows for
|
2005-05-08 17:49:43 +08:00
|
|
|
easy removal of the package.</para>
|
|
|
|
|
|
|
|
<tip>
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>All the <application>KDE</application> packages are comprised of various
|
|
|
|
components. The default is to install most of the components. If specific components
|
|
|
|
are to be eliminated, the official way is to set the variable
|
|
|
|
<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" \
|
|
|
|
./configure --prefix=&kde-dir; ...</userinput></screen>
|
|
|
|
|
2005-05-31 05:46:44 +08:00
|
|
|
<para>The core <application>KDE</application> packages also honor this
|
|
|
|
variable, but omitting components from the core packages is not advisable since
|
2005-05-08 17:49:43 +08:00
|
|
|
it may result in an incomplete <application>KDE</application> installation.</para>
|
|
|
|
</tip>
|
|
|
|
|
|
|
|
<note>
|
2005-05-31 00:18:15 +08:00
|
|
|
<para>In each of the packages, one other option to <command>configure</command>
|
2005-05-31 05:46:44 +08:00
|
|
|
can be added: <option>--enable-final</option>. This option can speed up the build
|
|
|
|
process, but requires a lot of memory. If you have less than 256MB of RAM,
|
2005-05-08 17:49:43 +08:00
|
|
|
this option may cause swapping and significantly slow compilation.</para>
|
|
|
|
</note>
|
2003-10-28 22:24:07 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</partintro>
|