mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
59 lines
2.1 KiB
XML
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="kde4-add-pkgs" xreflabel="Further KDE4 packages">
|
||
|
<?dbhtml filename="add-pkgs.html"?>
|
||
|
|
||
|
<sect1info>
|
||
|
<othername>$LastChangedBy$</othername>
|
||
|
<date>$Date$</date>
|
||
|
</sect1info>
|
||
|
|
||
|
<title>Further KDE4 packages</title>
|
||
|
|
||
|
<para>This section did not provide instructions for all of the available
|
||
|
packages in the KDE4 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="&kde4-download-http;&kde4-version;/src/">http</ulink>
|
||
|
or <ulink url="&kde4-download-ftp;&kde4-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 &&
|
||
|
cd build &&
|
||
|
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
|
||
|
-DKDE_DEFAULT_HOME=.kde4 \
|
||
|
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
|
||
|
.. &&
|
||
|
make</userinput></screen>
|
||
|
<para>And as the <systemitem class="username">root</systemitem> user:</para>
|
||
|
<screen role="root"><userinput>make install</userinput></screen>
|
||
|
|
||
|
</sect1>
|