glfs/kde/inst/kdevelop.xml
Bruce Dubbs b5a4435fb1 Inserted kdoc and kdevelop instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@627 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-01-26 21:22:35 +00:00

28 lines
840 B
XML

<sect1 id="kdevelop" xreflabel="kdevelop-&kde-version;">
<title>Installing kdevelop</title>
<para><screen>Download location (FTP): <ulink url="&kdevelop-ftp;"/>
Estimated build disk space: 27 MB
Estimated installed space: 7.2 MB
Package size: &kdevelop-size;
Estimated build time: 21 min (1.2 GHz)</screen></para>
<para>kdevelop depends on:
<screen><xref linkend="kde-base"/>.</screen></para>
<para>Install kdevelop with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<sect2>
<title>Contents</title>
<para>The kdevelop package provides:</para>
<itemizedlist>
<listitem><para>kdevelop - an integrated development environment</para></listitem>
</itemizedlist>
</sect2>
</sect1>