[60384c68] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[6732c094] | 2 | <!DOCTYPE partintro PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[60384c68] | 4 | <!ENTITY % general-entities SYSTEM "../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[276015d2] | 8 | <!--
|
---|
| 9 | $LastChangedBy$
|
---|
| 10 | $Date$
|
---|
| 11 | -->
|
---|
| 12 |
|
---|
[f45b1953] | 13 | <partintro>
|
---|
[930557a] | 14 | <title>Introduction to KDE</title>
|
---|
| 15 |
|
---|
[80ba4612] | 16 | <note><para>A preliminary set of instructions for building KDE-4.3.x
|
---|
[a41f643] | 17 | are in the BLFS wiki:
|
---|
[80ba4612] | 18 | <ulink url="&blfs-wiki;/KDE-4.3.x"/>.</para></note>
|
---|
| 19 |
|
---|
| 20 |
|
---|
[00c8453] | 21 | <para><application>KDE</application> is a comprehensive desktop environment
|
---|
[930557a] | 22 | that builds on an <application>X Window System</application> and
|
---|
[00c8453] | 23 | <application>Qt</application> to provide a window manager and many user tools,
|
---|
| 24 | including a browser, word processor, spreadsheet, presentation package, games,
|
---|
[930557a] | 25 | and numerous other utilities. It provides extensive capabilities for customization.</para>
|
---|
| 26 |
|
---|
[00c8453] | 27 | <para>The <application>KDE</application> instructions are divided into
|
---|
[90bd3c1b] | 28 | three parts. The first part, the core packages, are needed for the rest of
|
---|
[00c8453] | 29 | <application>KDE</application> to work. The second part presents additional
|
---|
[90bd3c1b] | 30 | packages which provide functionality in various areas (multimedia, graphics, etc.)
|
---|
| 31 | The third part provides resources for software and web developers.</para>
|
---|
[930557a] | 32 |
|
---|
[00c8453] | 33 | <para>There are two alternatives for installing <application>KDE</application>.
|
---|
| 34 | Option one, that is used by most of the commercial distributions, is to install
|
---|
| 35 | <application>KDE</application> in the standard system prefix:
|
---|
| 36 | <filename class="directory">/usr</filename>. This option allows the use of
|
---|
[930557a] | 37 | <application>KDE</application> without the need for any additional configuration such
|
---|
| 38 | as modification of various environment variables or configuration files. Option two is
|
---|
| 39 | to install it in a unique prefix such as <filename class="directory">/opt/kde</filename> or
|
---|
[00c8453] | 40 | <filename class="directory">/opt/kde-&kde-version;</filename>. This option allows for
|
---|
[6473e74] | 41 | easy removal of the <application>KDE</application> version or maintenance of
|
---|
[90bd3c1b] | 42 | multiple versions for testing.</para>
|
---|
[930557a] | 43 |
|
---|
| 44 | <tip>
|
---|
[00c8453] | 45 | <para>All the <application>KDE</application> packages are comprised of various
|
---|
| 46 | components. The default is to install most of the components. If specific components
|
---|
| 47 | are to be eliminated, the official way is to set the variable
|
---|
| 48 | <envar>DO_NOT_COMPILE</envar>. This comes in handy when there are problems
|
---|
[930557a] | 49 | compiling a particular component.</para>
|
---|
| 50 |
|
---|
| 51 | <screen><userinput>DO_NOT_COMPILE="component1 component2" \
|
---|
| 52 | ./configure --prefix=&kde-dir; ...</userinput></screen>
|
---|
| 53 |
|
---|
[00c8453] | 54 | <para>The core <application>KDE</application> packages also honor this
|
---|
| 55 | variable, but omitting components from the core packages is not advisable since
|
---|
[930557a] | 56 | it may result in an incomplete <application>KDE</application> installation.</para>
|
---|
| 57 | </tip>
|
---|
| 58 |
|
---|
| 59 | <note>
|
---|
[9f271dd] | 60 | <para>In each of the packages, one other option to <command>configure</command>
|
---|
[00c8453] | 61 | can be added: <option>--enable-final</option>. This option can speed up the build
|
---|
| 62 | process, but requires a lot of memory. If you have less than 256MB of RAM,
|
---|
[930557a] | 63 | this option may cause swapping and significantly slow compilation.</para>
|
---|
| 64 | </note>
|
---|
[6b82375f] | 65 |
|
---|
[f45b1953] | 66 | </partintro>
|
---|