Ignore:
Timestamp:
01/07/2009 07:33:33 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9430c7e8
Parents:
32844d98
Message:

Updated to kde-3.5.10/kevelop-3.5.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/devel/kdevelop.xml

    r32844d98 r65ce93a  
    66  <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
    77  <!ENTITY kdevelop-download-ftp  "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
    8   <!ENTITY kdevelop-md5sum        "80d2216a0089fe142735d34ae8de6a0c">
     8  <!ENTITY kdevelop-md5sum        "06aa12a89b2c09968a92e1d8b575819c">
    99  <!ENTITY kdevelop-size          "9.1 MB">
    10   <!ENTITY kdevelop-buildsize     "187 MB (additional 23 MB for API docs)">
    11   <!ENTITY kdevelop-time          "15 SBU (additional 0.2 SBU for API docs)">
     10  <!ENTITY kdevelop-buildsize     "188 MB (additional 22 MB for API docs)">
     11  <!ENTITY kdevelop-time          "16.8 SBU (additional 0.3 SBU for API docs)">
    1212]>
    1313
     
    6262    <bridgehead renderas="sect4">Recommended</bridgehead>
    6363    <para role="recommended"><xref linkend="libjpeg"/>,
    64     <xref linkend="kdesdk"/>,
    65     <xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
    66     (if building API documentation).</para>
     64    <xref linkend="kdesdk"/>, and
     65    <xref linkend="libxml2"/>.</para>
    6766
    6867    <bridgehead renderas="sect4">Optional</bridgehead>
     
    101100make</userinput></screen>
    102101
    103     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    104     href="../../xincludes/kde-apidocs.xml"/>
     102    <note>
     103      <para>If you wish to create the API documentation and you have
     104      <application>Doxygen</application> and
     105      <application>Graphviz</application> installed run the command
     106      <command>make apidox</command>.</para>
     107    </note>
    105108
    106109    <para>This package does not come with a test suite.</para>
     
    108111    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    109112
    110 <screen role="root"><userinput>make install &amp;&amp;
    111 chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
     113<screen role="root"><userinput>make install</userinput></screen>
    112114
    113     <para>If you created the API documentation, install it with:</para>
     115    <para>If you created the API documentation, install it  as the <systemitem
     116    class="username">root</systemitem> user with:</para>
    114117
    115118<screen role="root"><userinput>make install-apidox</userinput></screen>
     
    125128    documentation to fail.</para>
    126129
     130    <!--
     131
     132    This is surely wrong.  I can find a reference to kdevbdb at all, but
     133    even if it were there, it would be a subdirectory of &kde-dir;.
     134
    127135    <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
    128136    <application>kdevelop</application> is built by any user other than
    129137    <systemitem class="username">root</systemitem> the installed
    130138    <application>Berkeley-DB</application> files will have incorrect ownership.
    131     This command changes the ownership to root:root.</para>
     139    This command changes the ownership to root:root.</para> -->
    132140
    133141  </sect2>
     
    144152        <seg>kdevelop and supporting programs</seg>
    145153        <seg>Supporting kdevelop libraries</seg>
    146         <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
    147         $KDE_PREFIX/{include,share}</seg>
     154        <seg>Supporting subdirectories in $KDE_PREFIX/{include,share}</seg>
    148155      </seglistitem>
    149156    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.