<?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 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        "06aa12a89b2c09968a92e1d8b575819c">
  <!ENTITY kdevelop-size          "9.1 MB">
  <!ENTITY kdevelop-buildsize     "188 MB (additional 22 MB for API docs)">
  <!ENTITY kdevelop-time          "16.8 SBU (additional 0.3 SBU for API docs)">
]>

<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
  <?dbhtml filename="kdevelop.html"?>

  <sect1info>
    <othername>$LastChangedBy: andy $</othername>
    <date>$Date: 2012-02-17 09:43:28 -0500 (Fri, 17 Feb 2012) $</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="kdesdk"/>, and
    <xref linkend="libxml2"/>.</para>

    <bridgehead renderas="sect4">Optional</bridgehead>
    <para role="optional"><xref linkend="python2"/>,
    <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 id="kdevelop-runtime-dependencies"
         xreflabel="KDevelop Runtime Dependencies">
    <title>Run-Time Dependencies</title>

    <para><application>KDevelop</application> can make use of a large
    number of external compilers or interpreters for supported languages,
    version control systems, build tools , and debuggers at run time.
    Refer to <ulink url="http://www.kdevelop.org/index.html?filename=3.5/requirements.html"/>
    and the <ulink url="http://docs.kde.org/development/en/kdevelop/kdevelop/">
    KDevelop User Manual</ulink> to find out if your development
    environment is supported.</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 &amp;&amp;
./configure --prefix=&kde-dir; --disable-debug \
    --disable-dependency-tracking &amp;&amp;
make</userinput></screen>

    <note>
      <para>If you wish to create the API documentation and you have
      <application>Doxygen</application> and
      <application>Graphviz</application> installed run the command
      <command>make apidox</command>.</para>
    </note>

    <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</userinput></screen>

    <para>If you created the API documentation, install it  as the <systemitem
    class="username">root</systemitem> user 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>

    <!--

    This is surely wrong.  I can find a reference to kdevbdb at all, but
    even if it were there, it would be a subdirectory of &kde-dir;.

    <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>Supporting subdirectories 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>
