mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
9f12e36459
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0
161 lines
5.6 KiB
XML
161 lines
5.6 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;
|
|
|
|
<!-- Inserted as a reminder to do this. The mention of a test suite
|
|
is usually right before the root user installation commands. Please
|
|
delete these 12 (including one blank) lines after you are done.-->
|
|
|
|
<!-- Use one of the two mentions below about a test suite,
|
|
delete the line that is not applicable. Of course, if the
|
|
test suite uses syntax other than "make check", revise the
|
|
line to reflect the actual syntax to run the test suite -->
|
|
|
|
<!-- <para>This package does not come with a test suite.</para> -->
|
|
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
|
|
|
|
<!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 "494c9320a5f8681b67a3a06fa0ce18b7">
|
|
<!ENTITY kdevelop-size "7.8 MB">
|
|
<!ENTITY kdevelop-buildsize "178 MB (additional 21 MB for API docs)">
|
|
<!ENTITY kdevelop-time "12.9 SBU (additional 1.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"/> 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 &&
|
|
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 &&
|
|
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>
|