glfs/kde/add/kdevelop.xml
Randy McMurchy faa80ab0ab Added new package Doxygen-1.3.9.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2886 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-10-31 00:03:02 +00:00

110 lines
3.5 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 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 "a08e2792f895d4c96723edec17617567">
<!ENTITY kdevelop-size "7.9 MB">
<!ENTITY kdevelop-buildsize "200 MB (add 366 MB to install API docs)">
<!ENTITY kdevelop-time "17.78 SBU (add 5.08 SBU to build API docs)">
]>
<sect1 id="kdevelop">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdevelop.html"?>
<title>kdevelop-&kdevelop-version;</title>
<sect2>
<title>Introduction to <application>kdevelop</application></title>
<sect3><title>Package information</title>
<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>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>
</sect3>
<sect3><title><application>kdevelop</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdebase"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="libjpeg"/> and
<xref linkend="libxml2"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="Python"/>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdevelop</application></title>
<para>Install <application>kdevelop</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
<note><para>If you wish to create the <acronym>API</acronym> 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>
</sect2>
<sect2>
<title>Command explanations</title>
<para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If
<application>kdevelop</application> is built by any user other than root,
the installed <application>Berkeley-DB</application> files will have incorrect
ownership. This command changes the ownership to root:root.</para>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>kdevelop</application> package provides
<command>kdevelop-htdig</command>,
<command>r++</command>,
<command>kdevelop</command>,
<command>kdevassistant</command> and
<command>kdevdesigner</command>.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>kdevelop</title>
<para><command>kdevelop</command> is an Integrated Development
Environment to be used for a wide variety of programming
tasks.</para></sect3>
</sect2>
</sect1>