glfs/kde4/devel/kdevelop4.xml
Thomas Trepl 0e25c327fe Added the KDE4 section.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8867 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-03-09 20:39:52 +00:00

153 lines
4.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdevelop4-download-http "&kdevel4-download-http;/kdevelop-&kdevelop4-version;.tar.bz2">
<!ENTITY kdevelop4-download-ftp "&kdevel4-download-ftp;/kdevelop-&kdevelop4-version;.tar.bz2">
<!ENTITY kdevelop4-md5sum "f418966fd2545d40e841c88121e7b93a">
<!ENTITY kdevelop4-size "4.9 MB">
<!ENTITY kdevelop4-buildsize "246 MB">
<!ENTITY kdevelop4-time "5.5 SBU">
]>
<sect1 id="kdevelop4" xreflabel="kde4webdev-&kdevelop4-version;">
<?dbhtml filename="kdevelop4.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdevelop-&kdevelop4-version;</title>
<indexterm zone="kdevelop4">
<primary sortas="a-kdevelop4">kde4webdev</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdevelop</title>
<para>This package provides tools and editors for development.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kdevelop4-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kdevelop4-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kdevelop4-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kdevelop4-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kdevelop4-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kdevelop4-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/kdevelop4-&kdewebdev-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kdevplatform"/>,
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kdevelop4"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdevelop</title>
<para>Install <application>Kdevelop</application> by running
the following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build</userinput></screen>
<para>Prepare the package for compilation:</para>
<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/sysconfig \
.. &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>kdevelop</seg>
<seg>libkdev4cmakecommon.so, libkdev4cppdochain.so, libkdev4cppparser.so, libkdev4cpprpp.so</seg>
<seg></seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-kdevelop4">
<term><command>kdevelop4</command></term>
<listitem>
<para>is a testing utility for kdevelop4-generated build trees.</para>
<indexterm zone="a-kdevelop4 kde4webdev">
<primary sortas="b-kdevelop4">kdewebdev</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>