glfs/kde/devel/kdesdk.xml
David Jensen 06be400d73 spell checks (j thru s)
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6309 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-09-23 15:46:31 +00:00

182 lines
6.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!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 "0047e87532930a390d7a1826fd8cdaf5">
<!ENTITY kdesdk-size "4.7 MB">
<!ENTITY kdesdk-buildsize "109 MB">
<!ENTITY kdesdk-time "6.4 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"/> and
<xref linkend="libxml2"/></para>
<!-- <xref linkend="db"/> -->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdesdk"/></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>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>