glfs/kde/add/kdesdk.xml
Randy McMurchy 6d685461d8 Updated kdesdk to 3.3.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2651 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-08-24 05:38:04 +00:00

106 lines
3.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
<!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
<!ENTITY kdesdk-md5sum "d3f02d71b7211265a89a7e499faa1b61">
<!ENTITY kdesdk-size "4.4 MB">
<!ENTITY kdesdk-buildsize "99 MB">
<!ENTITY kdesdk-time "9.54 SBU">
]>
<sect1 id="kdesdk">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdesdk.html"?>
<title>kdesdk-&kde-version;</title>
<sect2>
<title>Introduction to <application>kdesdk</application></title>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&kdesdk-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdesdk-download-ftp;"/></para></listitem>
<listitem><para>MD5 Sum: &kdesdk-md5sum;</para></listitem>
<listitem><para>Download size: &kdesdk-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&kdesdk-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdesdk-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>kdesdk</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdebase"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="libjpeg"/>,
<xref linkend="libxml2"/> and
<xref linkend="db"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdesdk</application></title>
<para>Install <application>kdesdk</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>Major programs in <application>kdesdk</application> include
<command>cervisia</command>,
<command>kbabel</command>,
<command>kcachegrind</command>,
<command>kompare</command> and
<command>umbrello</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>cervisia</title>
<para><command>cervisia</command> provides a graphical view of
<acronym>CVS</acronym>.</para></sect3>
<sect3><title>kbabel</title>
<para><command>kbabel</command> is a suite of an advanced
<acronym>PO</acronym> file editor comprising <command>kbabel</command>,
a multi functional <command>catalogmanager</command> and a dictionary
for translators <command>kbabeldict</command>.</para></sect3>
<sect3><title>kcachegrind</title>
<para><command>kcachegrind</command> is a <acronym>KDE</acronym>
frontend for <command>cachegrind</command>, part of
<application>Valgrind</application>.</para></sect3>
<sect3><title>kompare</title>
<para><command>kompare</command> is a program to view the differences
between files.</para></sect3>
<sect3><title>umbrello</title>
<para><command>umbrello</command> is a <acronym>UML</acronym> modelling
diagram tool.</para></sect3>
</sect2>
</sect1>