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
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<para><acronym>KDE</acronym> is a comprehensive desktop environment that builds on
|
2004-01-25 08:56:23 +08:00
|
|
|
<application>XFree86</application> 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
|
|
|
|
2003-10-06 00:55:40 +08:00
|
|
|
<para>We divide the <acronym>KDE</acronym> instructions 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
|
2003-10-06 00:55:40 +08:00
|
|
|
(multimedia, graphics etc).</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed,
|
2004-01-25 08:56:23 +08:00
|
|
|
the options to <command>configure</command> were examined and the parameters
|
2003-09-17 12:30:29 +08:00
|
|
|
presented are the most likely to compile correctly. In each of the packages,
|
2004-01-25 08:56:23 +08:00
|
|
|
one other option to <command>configure</command> can be added:
|
|
|
|
<parameter>--enable-final</parameter>. This option can speed up the build
|
2002-10-07 14:55:06 +08:00
|
|
|
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>
|
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<para><acronym>KDE</acronym> also has many internationalization packages in the form of:
|
|
|
|
<filename>kde-i18n-xx-&kde-version;.tar.bz2</filename>
|
|
|
|
where the xx is a two to five letter code for the country covered. We
|
2002-07-08 04:28:42 +08:00
|
|
|
do not cover the installation of these packages here.</para>
|
|
|
|
|
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-01-25 08:56:23 +08:00
|
|
|
./configure --prefix=/opt/kde...</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>
|
2003-02-11 00:29:05 +08:00
|
|
|
|
2003-10-28 22:24:07 +08:00
|
|
|
<note><para><acronym>KDE</acronym> is a large and complicated set of packages. In
|
|
|
|
some cases, users have found fixes that have not made it into the official KDE
|
|
|
|
sources yet. If you have a problem with a specific application, take a look at
|
|
|
|
the patches in <filename>http://www.linuxfromscratch.org/patches/downloads/kde*</filename>.
|
|
|
|
The current patches will have the version number, &kde-version;, as a part of their
|
|
|
|
filename.</para></note>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</partintro>
|