2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<partintro>
|
2003-09-17 12:30:29 +08:00
|
|
|
<title>Introduction to <acronym>KDE</acronym></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-05 07:51:46 +08:00
|
|
|
<para><acronym>KDE</acronym> is a comprehensive desktop environment that
|
|
|
|
builds on an <application>X</application> Window System and
|
|
|
|
<application>Qt</application> to provide
|
2002-07-08 04:28:42 +08:00
|
|
|
a window manager and many user tools, including a browser, word processor,
|
2003-09-17 12:30:29 +08:00
|
|
|
spreadsheet, presentation package, games, and numerous other utilities. It
|
2003-04-08 08:53:28 +08:00
|
|
|
provides extensive capabilities for customization.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-04 08:38:36 +08:00
|
|
|
<para>The <acronym>KDE</acronym> instructions are divided into two parts. The first part, the
|
2003-09-17 12:30:29 +08:00
|
|
|
core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part
|
2002-09-15 05:47:22 +08:00
|
|
|
presents additional packages which provide functionality in various areas
|
2004-06-04 08:38:36 +08:00
|
|
|
(multimedia, graphics, etc.).</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-05-23 14:09:58 +08:00
|
|
|
<para>There are two alternatives for installing <acronym>KDE</acronym>. Option one, that
|
|
|
|
is used by most of the commercial distributions, is to
|
|
|
|
install <acronym>KDE</acronym> in the standard system prefix: <filename>/usr</filename>.
|
|
|
|
This option allows the use of KDE 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>/opt/kde</filename> or
|
|
|
|
<filename>/opt/kde-&kde-version;</filename>. This option allows for easy removal of
|
|
|
|
the package.</para>
|
|
|
|
|
|
|
|
<tip>
|
2003-10-02 14:21:41 +08:00
|
|
|
<para>All the <acronym>KDE</acronym> packages are comprised of various components.
|
|
|
|
The default is to
|
2003-02-11 00:29:05 +08:00
|
|
|
install most of the components. If specific components are to be eliminated, the
|
2004-01-25 08:56:23 +08:00
|
|
|
official way is to set the variable <envar>DO_NOT_COMPILE</envar>.
|
2003-02-11 00:29:05 +08:00
|
|
|
This comes in handy when there are problems compiling a particular
|
|
|
|
component.</para>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<screen><userinput><command>DO_NOT_COMPILE="component1 component2" \
|
2004-05-24 02:45:26 +08:00
|
|
|
./configure --prefix=&kde-dir; ...</command></userinput></screen>
|
2003-02-11 00:29:05 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components
|
2003-02-11 00:29:05 +08:00
|
|
|
from the core packages is not advisable since it may result in an
|
2003-09-17 12:30:29 +08:00
|
|
|
incomplete <acronym>KDE</acronym> installation.</para>
|
2004-05-23 14:09:58 +08:00
|
|
|
</tip>
|
2003-02-11 00:29:05 +08:00
|
|
|
|
2004-05-23 14:09:58 +08:00
|
|
|
<note><para>In each of the packages,
|
|
|
|
one other option to <command>configure</command> can be added:
|
|
|
|
<parameter>--enable-final</parameter>. This option can speed up the build
|
|
|
|
process, but requires a lot of memory. If you have less than 256MB of RAM,
|
|
|
|
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>
|