Ignore:
Timestamp:
02/05/2005 04:18:00 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ea1644
Parents:
12fc0f7
Message:

More kde indexing

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3406 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdevelop.xml

    r12fc0f7 r2c62b69  
    1515<sect1 id="kdevelop">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
     20
    2021<?dbhtml filename="kdevelop.html"?>
    2122<title><application>kdevelop</application>-&kdevelop-version;</title>
     23
     24<indexterm zone="kdevelop">
     25  <primary sortas="a-kdevelop">kdevelop</primary>
     26</indexterm>
    2227
    2328<sect2>
     
    2530
    2631<sect3><title>Package information</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para>Download (HTTP): <ulink
    29 url="&kdevelop-download-http;"/></para></listitem>
    30 <listitem><para>Download (FTP): <ulink
    31 url="&kdevelop-download-ftp;"/></para></listitem>
    32 <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem>
    33 <listitem><para>Download size: &kdevelop-size;</para></listitem>
    34 <listitem><para>Estimated disk space required:
    35 &kdevelop-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time:
    37 &kdevelop-time;</para></listitem></itemizedlist>
     32  <itemizedlist spacing='compact'>
     33    <listitem><para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para></listitem>
     34    <listitem><para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para></listitem>
     35    <listitem><para>Download MD5 sum: &kdevelop-md5sum;</para></listitem>
     36    <listitem><para>Download size: &kdevelop-size;</para></listitem>
     37    <listitem><para>Estimated disk space required: &kdevelop-buildsize;</para></listitem>
     38    <listitem><para>Estimated build time: &kdevelop-time;</para></listitem>
     39  </itemizedlist>
    3840</sect3>
    3941
    40 <sect3><title><application>kdevelop</application> dependencies</title>
     42<sect3>
     43  <title><application>kdevelop</application> dependencies</title>
     44
    4145<sect4><title>Required</title>
    42 <para><xref linkend="kdebase"/></para>
     46  <para><xref linkend="kdebase"/></para>
    4347</sect4>
    4448
    4549<sect4><title>Recommended</title>
    46 <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
     50  <para><xref linkend="libjpeg"/> and <xref linkend="libxml2"/></para>
    4751</sect4>
    4852
    49 <sect4><title>Optional</title>
    50 <para><xref linkend="python"/>,
    51 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
    52 <ulink url="http://www.graphviz.org/">GraphViz</ulink>
    53 and <xref linkend="doxygen"/></para>
     53<sect4>
     54  <title>Optional</title>
     55  <para><xref linkend="python"/>,
     56        <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
     57        <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
     58        <xref linkend="doxygen"/>
     59  </para>
    5460</sect4>
    5561</sect3>
     
    6470<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    6571    --disable-dependency-tracking &amp;&amp;
    66 make &amp;&amp;
    67 make install &amp;&amp;
     72make</command></userinput></screen>
     73
     74<note>
     75  <para>If you wish to create the <acronym>API</acronym> documentation and
     76  you have <application>Doxygen</application> and <application>GraphViz</application>
     77  installed, <command>make apidox</command> must be done before <command>make
     78  install</command>. You'll also need to run <command>make install-apidox</command>
     79  to install the API documentation.</para>
     80</note>
     81
     82<para>Now, as the root user:</para>
     83 
     84<screen><userinput role='root'><command>make install &amp;&amp;
    6885chown -R root:root &kde-dir;/kdevbdb</command></userinput></screen>
    69 
    70 <note><para>If you wish to create the <acronym>API</acronym> documentation and
    71 you have <application>Doxygen</application> and
    72 <application>GraphViz</application> installed, <command>make apidox</command>
    73 must be done before <command>make install</command>. You'll also need to run
    74 <command>make install-apidox</command> to install the API documentation.</para>
    75 </note>
    7686
    7787</sect2>
     
    8090<title>Command explanations</title>
    8191
    82 <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If
    83 <application>kdevelop</application> is built by any user other than root,
    84 the installed <application>Berkeley-DB</application> files will have incorrect
    85 ownership. This command changes the ownership to root:root.</para>
     92<para><command>chown -R root:root &kde-dir;/kdevbdb</command>:
     93  If <application>kdevelop</application> is built by any user other than root,
     94  the installed <application>Berkeley-DB</application> files will have incorrect
     95  ownership. This command changes the ownership to root:root.
     96</para>
    8697
    8798</sect2>
     
    90101<title>Contents</title>
    91102
    92 <para>The <application>kdevelop</application> package provides
    93 <command>kdevelop-htdig</command>,
    94 <command>r++</command>,
    95 <command>kdevelop</command>,
    96 <command>kdevassistant</command> and
    97 <command>kdevdesigner</command>.</para>
     103<segmentedlist>
     104  <segtitle>Installed Programs</segtitle>
     105 
     106  <seglistitem>
     107    <seg>kdevelop and supporting programs</seg>
     108  </seglistitem>
     109</segmentedlist>
     110 
     111<variablelist>
     112  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     113  <?dbfo list-presentation="list"?>
    98114
     115
     116<varlistentry id="kdevelop-prog">
     117  <term><command>kdevelop</command></term>
     118  <listitem>
     119    <para>is an Integrated Development Environment to be used for a wide
     120          variety of programming tasks in many programming languages.</para>
     121    <indexterm zone="kdevelop kdevelop-prog">
     122      <primary sortas="b-kdevelop">Kdevelop</primary>
     123    </indexterm>
     124  </listitem>
     125</varlistentry>
     126
     127</variablelist>
    99128</sect2>
    100 
    101 <sect2><title>Description</title>
    102 
    103 <sect3><title>kdevelop</title>
    104 <para><command>kdevelop</command> is an Integrated Development
    105 Environment to be used for a wide variety of programming
    106 tasks in many programming languages.</para></sect3>
    107 
    108 </sect2>
    109 
    110129</sect1>
Note: See TracChangeset for help on using the changeset viewer.