glfs/kde/devel/kdesdk.xml
Randy McMurchy de7f20ebc7 Added Berkeley DB dependencies as it is no longer built in LFS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7849 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-07-19 14:13:01 +00:00

187 lines
6.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;
<!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 "ad711d1ce09242bd13b73a9a005f3143">
<!ENTITY kdesdk-size "5.0 MB">
<!ENTITY kdesdk-buildsize "111 MB">
<!ENTITY kdesdk-time "7.5 SBU">
]>
<sect1 id="kdesdk" xreflabel="kdesdk-&kde-version;">
<?dbhtml filename="kdesdk.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdesdk-&kde-version;</title>
<indexterm zone="kdesdk">
<primary sortas="a-kdesdk">Kdesdk</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdesdk</title>
<para><application>Kdesdk</application> provides several applications
useful for developers. Programs include a version control system front-end
for <application>CVS</application>, a program to view the differences
between files, a UML Modeller, and a profile data visualization
tool.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<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>Download 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>
<bridgehead renderas="sect3">Kdesdk Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="kdebase"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="libjpeg"/>,
<xref linkend="subversion"/>,
<xref linkend="libxml2"/>,
<xref linkend="libxslt"/>, and
<xref linkend="db"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="kdepim"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdesdk"/></para>
</sect2>
<sect2 id="kdesdk-runtime-dependencies"
xreflabel="KDE SDK Runtime Dependencies">
<title>Run-Time Dependencies</title>
<para><ulink url="http://www.valgrind.org">Valgrind</ulink> and
<xref linkend="cvs"/> are needed at run time for there respective
frontends, <command>kcachegrind</command> and <command>cervisia</command></para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdesdk</title>
<para>Install <application>kdesdk</application> with:</para>
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>cervisia, kbabel, kcachegrind, kompare, and umbrello</seg>
<seg>Several kdesdk specific libraries</seg>
<seg>Several subdirectories in $KDE_PREFIX/{include,share}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="cervisia">
<term><command>cervisia</command></term>
<listitem>
<para>provides a graphical view of CVS.</para>
<indexterm zone="kdesdk cervisia">
<primary sortas="b-cervisia">cervisia</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kbabel">
<term><command>kbabel</command></term>
<listitem>
<para>is a suite of an advanced PO file editor comprising
<command>kbabel</command>, a multi functional
<command>catalogmanager</command> and a dictionary for translators
<command>kbabeldict</command>.</para>
<indexterm zone="kdesdk kbabel">
<primary sortas="b-kbabel">kbabel</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kcachegrind">
<term><command>kcachegrind</command></term>
<listitem>
<para>is a <application>KDE</application> frontend for
<command>cachegrind</command>, part of
<application>Valgrind</application>.</para>
<indexterm zone="kdesdk kcachegrind">
<primary sortas="b-kcachegrind">kcachegrind</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kompare">
<term><command>kompare</command></term>
<listitem>
<para>is a program to view the differences between files.</para>
<indexterm zone="kdesdk kompare">
<primary sortas="b-kompare">kompare</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="umbrello">
<term><command>umbrello</command></term>
<listitem>
<para>is a UML modelling diagram tool.</para>
<indexterm zone="kdesdk umbrello">
<primary sortas="b-umbrello">umbrello</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>