glfs/kde4/add/add-pkgs.xml
Ragnar Thomsen c9df31acea Infrastructure changes in kde section, added gwenview
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9857 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-04-06 01:50:36 +00:00

59 lines
2.1 KiB
XML

<?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;
]>
<sect1 id="kde-add-pkgs" xreflabel="Further KDE packages">
<?dbhtml filename="add-pkgs.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Further KDE packages</title>
<para>This section did not provide instructions for all of the available
packages in the KDE Software Compilation. The included packages were selected
based on what most people would want to use on a standard desktop computer.</para>
<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>
or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>).</para>
<para>Some additional packages worth mentioning are:</para>
<itemizedlist>
<listitem>
<para>Kdegames: Collection of desktop games.</para>
</listitem>
<listitem>
<para>Kaccessible: Accessibility utilities.</para>
</listitem>
<listitem>
<para>Kdetoys: Collection of desktop toys.</para>
</listitem>
<listitem>
<para>Kwallet: Credentials management application.</para>
</listitem>
<listitem>
<para>Marble: Map program.</para>
</listitem>
<listitem>
<para>Kdesdk: Tools for developers.</para>
</listitem>
</itemizedlist>
<para>Most of these packages can be built with the standard KDE4 instructions:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &amp;&amp;
make</userinput></screen>
<para>And as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect1>