2012-03-25 06:04:38 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2012-04-06 09:50:36 +08:00
|
|
|
<sect1 id="kde-add-pkgs" xreflabel="Further KDE packages">
|
2012-03-25 06:04:38 +08:00
|
|
|
<?dbhtml filename="add-pkgs.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
2012-04-06 09:50:36 +08:00
|
|
|
<title>Further KDE packages</title>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
|
|
|
<para>This section did not provide instructions for all of the available
|
|
|
|
packages in the KDE Software Compilation. The included packages were selected
|
2012-03-25 06:04:38 +08:00
|
|
|
based on what most people would want to use on a standard desktop computer.</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
<para>For a full list of available packages, have a look on the KDE servers
|
|
|
|
(<ulink url="&kde-download-http;&kde-version;/src/">http</ulink>
|
2012-04-06 09:50:36 +08:00
|
|
|
or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>).</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2012-03-25 06:04:38 +08:00
|
|
|
<para>Some additional packages worth mentioning are:</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2012-03-25 06:04:38 +08:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
2012-08-08 23:38:30 +08:00
|
|
|
<para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Juk: A lightweight music player.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Dragon: A video player.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Kcalc: A scientific calculator.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>PyKDE4: Python bindings.</para>
|
|
|
|
</listitem>
|
2012-03-25 06:04:38 +08:00
|
|
|
<listitem>
|
|
|
|
<para>Kaccessible: Accessibility utilities.</para>
|
|
|
|
</listitem>
|
2013-02-12 08:13:43 +08:00
|
|
|
<listitem>
|
2014-04-17 17:42:57 +08:00
|
|
|
<para>Kwalletmanager: Credentials management application.</para>
|
2012-03-25 06:04:38 +08:00
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2012-08-08 23:38:30 +08:00
|
|
|
<para>Marble: A global map program.</para>
|
2012-03-25 06:04:38 +08:00
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2012-06-26 17:38:02 +08:00
|
|
|
<para>Most of these packages can be built with the standard KDE instructions:</para>
|
2012-03-25 06:04:38 +08:00
|
|
|
<screen><userinput>mkdir build &&
|
2013-08-27 01:26:25 +08:00
|
|
|
cd build &&
|
|
|
|
|
2012-07-14 18:38:15 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
2013-08-27 01:26:25 +08:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
2014-03-01 07:16:23 +08:00
|
|
|
-Wno-dev .. &&
|
2012-03-25 06:04:38 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
<para>And as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2013-02-12 08:13:43 +08:00
|
|
|
</sect1>
|