mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
b5a4435fb1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@627 af4574ff-66df-0310-9fd7-8a98e5e911e0
28 lines
840 B
XML
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 &&
|
|
make &&
|
|
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>
|