source: kde/kde-intro.xml@ 33bbd44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 33bbd44 was 90bd3c1b, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update to KDE-3.5.0/kdevelop-3.3.0

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

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