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>
|
2005-05-08 17:49:43 +08:00
|
|
|
<title>Introduction to KDE</title>
|
|
|
|
|
2009-12-03 00:26:56 +08:00
|
|
|
<note><para>A preliminary set of instructions for building KDE-4.3.x
|
2010-04-22 03:10:06 +08:00
|
|
|
are in the BLFS wiki:
|
2009-12-03 00:26:56 +08:00
|
|
|
<ulink url="&blfs-wiki;/KDE-4.3.x"/>.</para></note>
|
|
|
|
|
|
|
|
|
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
|
2005-12-18 14:09:14 +08:00
|
|
|
three parts. The first part, the core packages, are needed for the rest of
|
2005-05-31 05:46:44 +08:00
|
|
|
<application>KDE</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
|
|
|
|
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
|
2006-03-15 23:00:51 +08:00
|
|
|
easy removal of the <application>KDE</application> version or maintenance of
|
2005-12-18 14:09:14 +08:00
|
|
|
multiple versions for testing.</para>
|
2005-05-08 17:49:43 +08:00
|
|
|
|
|
|
|
<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>
|