mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
fd680fb0e5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6621 af4574ff-66df-0310-9fd7-8a98e5e911e0
157 lines
5.4 KiB
XML
157 lines
5.4 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 "0de7c7d82c176456f2adff48981f5d40">
|
|
<!ENTITY kdevelop-size "7.8 MB">
|
|
<!ENTITY kdevelop-buildsize "179 MB (additional 8 MB for API docs)">
|
|
<!ENTITY kdevelop-time "14.1 SBU (additional 0.2 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>
|
|
|
|
<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"/>,
|
|
<xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
|
|
(if building API documentation).</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>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &&
|
|
./configure --prefix=&kde-dir; --disable-debug \
|
|
--disable-dependency-tracking &&
|
|
make</userinput></screen>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
href="../../xincludes/kde-apidocs.xml"/>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
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>sed -i -e 's/ kdevutil$//'
|
|
buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a
|
|
line in the <filename>Makefile</filename> that causes the build of the API
|
|
documentation to fail.</para>
|
|
|
|
<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>
|