glfs/kde/add/kdesdk.xml

124 lines
3.6 KiB
XML
Raw Normal View History

<?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-size "3.8 MB">
<!ENTITY kdesdk-buildsize "65 MB">
<!ENTITY kdesdk-time "5.03 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>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>Optional</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</command></userinput></screen>
<para>
The <command>make</command> command will error out two times. On the
first occurrence, enter the following sed command and continue with the
compilation:
</para>
<screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
kbabel/common/libgettext/pofiles.cc &amp;&amp;
make</command></userinput></screen>
<para>
Repeat the previous procedure:
</para>
<screen><userinput><command>sed -i 's/class istream;/#include &lt;istream.h&gt;/' \
umbrello/umbrello/classparser/tokenizer.cc &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>