mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
266a5477fc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12966 af4574ff-66df-0310-9fd7-8a98e5e911e0
66 lines
2.3 KiB
XML
66 lines
2.3 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>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>
|
|
<listitem>
|
|
<para>Kaccessible: Accessibility utilities.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Kwalletmanager: Credentials management application.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Marble: A global map program.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para>Most of these packages can be built with the standard KDE instructions:</para>
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
<para>And as the <systemitem class="username">root</systemitem> user:</para>
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect1>
|