glfs/kde/devel/kdevelop.xml
Randy McMurchy 672221988a Added new package Graphviz-2.8 to BLFS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5853 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-04-13 21:57:57 +00:00

153 lines
5.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;
<!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 "1048c89c1aad0daf6581bb04e15206c4">
<!ENTITY kdevelop-size "7.7 MB">
<!ENTITY kdevelop-buildsize "262 MB (additional 16.6 MB for API docs)">
<!ENTITY kdevelop-time "14.5 SBU (additional 0.3 SBU for API docs)">
]>
<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
<?dbhtml filename="kdevelop.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<keywordset>
<keyword role="package">kdevelop-&kdevelop-version;.tar</keyword>
<keyword role="ftpdir">kde</keyword>
</keywordset>
</sect1info>
<title>Kdevelop-&kdevelop-version;</title>
<indexterm zone="kdevelop">
<primary sortas="a-kdevelop">Kdevelop</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdevelop</title>
<para><application>Kdevelop</application> provides an Integrated
Development Environment (IDE) to be used for a wide variety of programming
tasks.</para>
<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 role="required"><xref linkend="kdebase"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="libjpeg"/> and
<xref linkend="libxml2"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="python"/>,
<ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
<xref linkend="graphviz"/>, and
<xref linkend="doxygen"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdevelop"/></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>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/kde-apidocs.xml"/>
<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>
<para>If you created the API documentation, install it with:</para>
<screen role="root"><userinput>make install-apidox</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>