mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
2c62b69a5c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3406 af4574ff-66df-0310-9fd7-8a98e5e911e0
130 lines
4.1 KiB
XML
130 lines
4.1 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 "706dfcf25f013c544220a0ca69b74846">
|
|
<!ENTITY kdevelop-size "7.9 MB">
|
|
<!ENTITY kdevelop-buildsize "206 MB (additional 358 MB for API docs)">
|
|
<!ENTITY kdevelop-time "18.38 SBU (additional 9.51 SBU for API docs)">
|
|
]>
|
|
|
|
<sect1 id="kdevelop">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<?dbhtml filename="kdevelop.html"?>
|
|
<title><application>kdevelop</application>-&kdevelop-version;</title>
|
|
|
|
<indexterm zone="kdevelop">
|
|
<primary sortas="a-kdevelop">kdevelop</primary>
|
|
</indexterm>
|
|
|
|
<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>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>
|
|
</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://sourceforge.net/projects/docbase/">DocBase</ulink>,
|
|
<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 &&
|
|
make</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>
|
|
|
|
<para>Now, as the root user:</para>
|
|
|
|
<screen><userinput role='root'><command>make install &&
|
|
chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
|
|
|
|
</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>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>kdevelop and supporting programs</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
|
|
<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>
|