glfs/kde/add/kdevelop.xml
Bruce Dubbs 4b69cf79dd Updated to KDE-3.4.2. Added notes the about location of configuruation files. Updated optional dependencies.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4995 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-08-29 17:16:45 +00:00

142 lines
4.8 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;
<!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
<!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
<!ENTITY kdevelop-md5sum "6d788b8ec89ea9b19f5c281a574b48fe">
<!ENTITY kdevelop-size "8.0 MB">
<!ENTITY kdevelop-buildsize "194 MB (additional 15.6 MB for API docs)">
<!ENTITY kdevelop-time "16.6 SBU (additional 1.6 SBU for API docs)">
]>
<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
<?dbhtml filename="kdevelop.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdevelop-&kdevelop-version;</title>
<indexterm zone="kdevelop">
<primary sortas="a-kdevelop">Kdevelop</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdevelop</title>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kdevelop-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kdevelop-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kdevelop-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kdevelop-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para><xref linkend="kdebase"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para><xref linkend="python"/>,
<ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
<xref linkend="doxygen"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdevelop</title>
<para>Install <application>kdevelop</application> with:</para>
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make</userinput></screen>
<note>
<para>If you wish to create the API documentation and you have
<application>Doxygen</application> and <application>GraphViz</application>
installed, <command>make apidox</command> must be done before
<command>make install</command>. You'll also need to run <command>make
install-apidox</command> to install the API documentation.</para>
</note>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install &amp;&amp;
chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
<application>kdevelop</application> is built by any user other than
<systemitem class="username">root</systemitem> the installed
<application>Berkeley-DB</application> files will have incorrect ownership.
This command changes the ownership to root:root.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>kdevelop and supporting programs</seg>
<seg>Supporting kdevelop libraries</seg>
<seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies 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="kdevelop-prog">
<term><command>kdevelop</command></term>
<listitem>
<para>is an Integrated Development Environment to be used for a wide
variety of programming tasks in many programming languages.</para>
<indexterm zone="kdevelop kdevelop-prog">
<primary sortas="b-kdevelop">kdevelop</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>