Changeset 920c764c


Ignore:
Timestamp:
05/07/2005 08:06:02 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
95dcc83
Parents:
d93a1466
Message:

Tagged kdevelop.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdevelop.xml

    rd93a1466 r920c764c  
    55  %general-entities;
    66
    7 <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
    8 <!ENTITY kdevelop-download-ftp  "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
    9 <!ENTITY kdevelop-md5sum        "37352d6f5496849d5704e1503ab0273a">
    10 <!ENTITY kdevelop-size          "8.0 MB">
    11 <!ENTITY kdevelop-buildsize     "173 MB (additional 358 MB for API docs)">
    12 <!ENTITY kdevelop-time          "15.1 SBU (additional 9.5 SBU for API docs)">
     7  <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
     8  <!ENTITY kdevelop-download-ftp  "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
     9  <!ENTITY kdevelop-md5sum        "37352d6f5496849d5704e1503ab0273a">
     10  <!ENTITY kdevelop-size          "8.0 MB">
     11  <!ENTITY kdevelop-buildsize     "173 MB (additional 358 MB for API docs)">
     12  <!ENTITY kdevelop-time          "15.1 SBU (additional 9.5 SBU for API docs)">
    1313]>
    1414
     
    2121  </sect1info>
    2222
    23   <title>kdevelop-&kdevelop-version;</title>
     23  <title>Kdevelop-&kdevelop-version;</title>
    2424
    2525  <indexterm zone="kdevelop">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to kdevelop</title>
     30    <title>Introduction to Kdevelop</title>
    3131
    3232    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5252    </itemizedlist>
    5353
    54     <bridgehead renderas="sect3">kdevelop Dependencies</bridgehead>
     54    <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
    5555
    5656    <bridgehead renderas="sect4">Required</bridgehead>
     
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para><xref linkend="python"/>,
    64           <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
    65           <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
    66           <xref linkend="doxygen"/>
    67     </para>
     64    <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
     65    <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
     66    <xref linkend="doxygen"/></para>
    6867
    6968  </sect2>
    7069
    7170  <sect2 role="installation">
    72   <title>Installation of kdevelop</title>
     71    <title>Installation of Kdevelop</title>
    7372
    74   <para>Install <application>kdevelop</application> with:</para>
     73    <para>Install <application>kdevelop</application> with:</para>
    7574
    7675<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     
    7877make</userinput></screen>
    7978
    80     <note> <para>If you wish to create the API documentation and you have
    81     <application>Doxygen</application> and <application>GraphViz</application>
    82     installed, <command>make apidox</command> must be done before <command>make
    83     install</command>. You'll also need to run <command>make
    84     install-apidox</command> to install the API documentation.</para> </note>
     79    <note>
     80      <para>If you wish to create the API documentation and you have
     81      <application>Doxygen</application> and <application>GraphViz</application>
     82      installed, <command>make apidox</command> must be done before
     83      <command>make install</command>. You'll also need to run <command>make
     84      install-apidox</command> to install the API documentation.</para>
     85    </note>
    8586
    8687    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8788
    8889<screen role="root"><userinput>make install &amp;&amp;
    89 chown -R root:root &kde-dir;/kdevbdb</userinput></screen>
     90chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
    9091
    9192  </sect2>
     
    9495    <title>Command Explanations</title>
    9596
    96     <para><command>chown -R root:root &kde-dir;/kdevbdb</command>: If
    97     <application>kdevelop</application> is built by any user other than root,
    98     the installed <application>Berkeley-DB</application> files will have
    99     incorrect ownership. This command changes the ownership to root:root.
    100     </para>
     97    <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
     98    <application>kdevelop</application> is built by any user other than
     99    <systemitem class="username">root</systemitem> the installed
     100    <application>Berkeley-DB</application> files will have incorrect ownership.
     101    This command changes the ownership to root:root.</para>
    101102
    102103  </sect2>
     
    126127        <listitem>
    127128          <para>is an Integrated Development Environment to be used for a wide
    128                 variety of programming tasks in many programming languages.</para>
     129          variety of programming tasks in many programming languages.</para>
    129130          <indexterm zone="kdevelop kdevelop-prog">
    130131            <primary sortas="b-kdevelop">kdevelop</primary>
Note: See TracChangeset for help on using the changeset viewer.