Changeset 4ee53fa2 for kde/kde-intro.xml
- Timestamp:
- 09/17/2003 04:30:29 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 64941d1a
- Parents:
- 146073c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kde-intro.xml
r146073c r4ee53fa2 1 1 <partintro> 2 <title>Introduction to KDE</title>2 <title>Introduction to <acronym>KDE</acronym></title> 3 3 4 <para> 5 <screen>KDE depends on: <xref linkend="xfree86"/> and <xref linkend="qt"/></screen> 6 </para> 7 8 <para>KDE is a comprehensive desktop environment that builds on 4 <para><acronym>KDE</acronym> is a comprehensive desktop environment that builds on 9 5 <productname>XFree86</productname> and <productname>QT</productname> to provide 10 6 a window manager and many user tools, including a browser, word processor, 11 spreadsheet, presentation package, games, and numerous other utilities. 7 spreadsheet, presentation package, games, and numerous other utilities. It 12 8 provides extensive capabilities for customization.</para> 13 9 14 <para>We divide the KDE instructions into three parts.The first part, the15 core packages, are needed for the rest of KDE to work.The second part10 <para>We divide the <acronym>KDE</acronym> instructions into three parts. The first part, the 11 core packages, are needed for the rest of <acronym>KDE</acronym> to work. The second part 16 12 presents additional packages which provide functionality in various areas 17 (multimedia, graphics etc). 18 miscellaneous KDEpackages.</para>13 (multimedia, graphics etc). Finally, we describe installation of other 14 miscellaneous <acronym>KDE</acronym> packages.</para> 19 15 20 <para>As the instructions for compiling and installing KDEwere developed,16 <para>As the instructions for compiling and installing <acronym>KDE</acronym> were developed, 21 17 the options to <filename>configure</filename> were examined and the parameters 22 presented are the most likely to compile correctly. 18 presented are the most likely to compile correctly. In each of the packages, 23 19 one other option to <filename>configure</filename> can be added: 24 < userinput>--enable-final</userinput>.This option can speed up the build20 <command>--enable-final</command>. This option can speed up the build 25 21 process, but requires a lot of memory. If you have less than 256MB of RAM, 26 22 this option may cause swapping and significantly slow compilation.</para> 27 23 28 <para> KDEalso has many internationalization packages in the form of:29 < userinput>kde-i18n-xx-&kde-version;.tar.bz2</userinput>30 where the xx is a two to five letter code for the country covered. 24 <para><acronym>KDE</acronym> also has many internationalization packages in the form of: 25 <filename>kde-i18n-xx-&kde-version;.tar.bz2</filename> 26 where the xx is a two to five letter code for the country covered. We 31 27 do not cover the installation of these packages here.</para> 32 28 33 <para>All the KDEpackages comprise of various components. The default is to29 <para>All the <acronym>KDE</acronym> packages comprise of various components. The default is to 34 30 install most of the components. If specific components are to be eliminated, the 35 31 official way is to set the variable <userinput>DO_NOT_COMPILE</userinput>. … … 37 33 component.</para> 38 34 39 < para><screen><userinput>DO_NOT_COMPILE="component1 component2" \40 ./configure --prefix=/opt/kde...</ userinput></screen></para>35 <screen><userinput><command>DO_NOT_COMPILE="component1 component2" \ 36 ./configure --prefix=/opt/kde...</command></userinput></screen> 41 37 42 <para>The core KDEpackages also honor this variable, but omitting components38 <para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components 43 39 from the core packages is not advisable since it may result in an 44 incomplete KDEinstallation.</para>40 incomplete <acronym>KDE</acronym> installation.</para> 45 41 46 42 </partintro>
Note:
See TracChangeset
for help on using the changeset viewer.