1 | <partintro>
|
---|
2 | <title>Introduction to <acronym>KDE</acronym></title>
|
---|
3 |
|
---|
4 | <para><acronym>KDE</acronym> is a comprehensive desktop environment that builds on
|
---|
5 | <productname>XFree86</productname> and <productname>QT</productname> to provide
|
---|
6 | a window manager and many user tools, including a browser, word processor,
|
---|
7 | spreadsheet, presentation package, games, and numerous other utilities. It
|
---|
8 | provides extensive capabilities for customization.</para>
|
---|
9 |
|
---|
10 | <para>We divide the <acronym>KDE</acronym> instructions into two parts. The first part, the
|
---|
11 | core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part
|
---|
12 | presents additional packages which provide functionality in various areas
|
---|
13 | (multimedia, graphics etc).</para>
|
---|
14 |
|
---|
15 | <para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed,
|
---|
16 | the options to <filename>configure</filename> were examined and the parameters
|
---|
17 | presented are the most likely to compile correctly. In each of the packages,
|
---|
18 | one other option to <filename>configure</filename> can be added:
|
---|
19 | <command>--enable-final</command>. This option can speed up the build
|
---|
20 | process, but requires a lot of memory. If you have less than 256MB of RAM,
|
---|
21 | this option may cause swapping and significantly slow compilation.</para>
|
---|
22 |
|
---|
23 | <para><acronym>KDE</acronym> also has many internationalization packages in the form of:
|
---|
24 | <filename>kde-i18n-xx-&kde-version;.tar.bz2</filename>
|
---|
25 | where the xx is a two to five letter code for the country covered. We
|
---|
26 | do not cover the installation of these packages here.</para>
|
---|
27 |
|
---|
28 | <para>All the <acronym>KDE</acronym> packages are comprised of various components.
|
---|
29 | The default is to
|
---|
30 | install most of the components. If specific components are to be eliminated, the
|
---|
31 | official way is to set the variable <userinput>DO_NOT_COMPILE</userinput>.
|
---|
32 | This comes in handy when there are problems compiling a particular
|
---|
33 | component.</para>
|
---|
34 |
|
---|
35 | <screen><userinput><command>DO_NOT_COMPILE="component1 component2" \
|
---|
36 | ./configure --prefix=/opt/kde...</command></userinput></screen>
|
---|
37 |
|
---|
38 | <para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components
|
---|
39 | from the core packages is not advisable since it may result in an
|
---|
40 | incomplete <acronym>KDE</acronym> installation.</para>
|
---|
41 |
|
---|
42 | </partintro>
|
---|