source: kde/kde-intro.xml@ faf4095

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since faf4095 was faf4095, checked in by Bruce Dubbs <bdubbs@…>, 21 years ago

Update kdemultimedia instructions and remove kdoc

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1325 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.2 KB
Line 
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
6a window manager and many user tools, including a browser, word processor,
7spreadsheet, presentation package, games, and numerous other utilities. It
8provides extensive capabilities for customization.</para>
9
10<para>We divide the <acronym>KDE</acronym> instructions into two parts. The first part, the
11core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part
12presents 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,
16the options to <filename>configure</filename> were examined and the parameters
17presented are the most likely to compile correctly. In each of the packages,
18one other option to <filename>configure</filename> can be added:
19<command>--enable-final</command>. This option can speed up the build
20process, but requires a lot of memory. If you have less than 256MB of RAM,
21this 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>
25where the xx is a two to five letter code for the country covered. We
26do not cover the installation of these packages here.</para>
27
28<para>All the <acronym>KDE</acronym> packages are comprised of various components.
29The default is to
30install most of the components. If specific components are to be eliminated, the
31official way is to set the variable <userinput>DO_NOT_COMPILE</userinput>.
32This comes in handy when there are problems compiling a particular
33component.</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
39from the core packages is not advisable since it may result in an
40incomplete <acronym>KDE</acronym> installation.</para>
41
42</partintro>
Note: See TracBrowser for help on using the repository browser.