source: kde/kde-intro.xml@ 692e12c

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_1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 692e12c was 692e12c, checked in by Larry Lawrence <larry@…>, 20 years ago

cleanup

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

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[f45b1953]1<partintro>
[4ee53fa2]2<title>Introduction to <acronym>KDE</acronym></title>
[f45b1953]3
[692e12c]4<para><acronym>KDE</acronym> is a comprehensive desktop environment that
5builds on an <application>X</application> Window System and
6<application>Qt</application> to provide
[f45b1953]7a window manager and many user tools, including a browser, word processor,
[4ee53fa2]8spreadsheet, presentation package, games, and numerous other utilities. It
[b77b166f]9provides extensive capabilities for customization.</para>
[f45b1953]10
[dcd8072]11<para>The <acronym>KDE</acronym> instructions are divided into two parts. The first part, the
[4ee53fa2]12core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part
[19e9cee]13presents additional packages which provide functionality in various areas
[dcd8072]14(multimedia, graphics, etc.).</para>
[f45b1953]15
[2dae8b3]16<para>There are two alternatives for installing <acronym>KDE</acronym>. Option one, that
17is used by most of the commercial distributions, is to
18install <acronym>KDE</acronym> in the standard system prefix: <filename>/usr</filename>.
19This option allows the use of KDE without the need for any additional configuration such
20as modification of various environment variables or configuration files. Option two is
21to install it in a unique prefix such as <filename>/opt/kde</filename> or
22<filename>/opt/kde-&kde-version;</filename>. This option allows for easy removal of
23the package.</para>
24
25<tip>
[171f4ef6]26<para>All the <acronym>KDE</acronym> packages are comprised of various components.
27The default is to
[adb78ee]28install most of the components. If specific components are to be eliminated, the
[1fdbdb4]29official way is to set the variable <envar>DO_NOT_COMPILE</envar>.
[adb78ee]30This comes in handy when there are problems compiling a particular
31component.</para>
32
[4ee53fa2]33<screen><userinput><command>DO_NOT_COMPILE="component1 component2" \
[fc20429]34 ./configure --prefix=&kde-dir; ...</command></userinput></screen>
[adb78ee]35
[4ee53fa2]36<para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components
[adb78ee]37from the core packages is not advisable since it may result in an
[4ee53fa2]38incomplete <acronym>KDE</acronym> installation.</para>
[2dae8b3]39</tip>
[adb78ee]40
[2dae8b3]41<note><para>In each of the packages,
42one other option to <command>configure</command> can be added:
43<parameter>--enable-final</parameter>. This option can speed up the build
44process, but requires a lot of memory. If you have less than 256MB of RAM,
45this option may cause swapping and significantly slow compilation.</para></note>
[6b82375f]46
[f45b1953]47</partintro>
Note: See TracBrowser for help on using the repository browser.