- Timestamp:
- 05/07/2005 08:06:02 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 95dcc83
- Parents:
- d93a1466
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kdevelop.xml
rd93a1466 r920c764c 5 5 %general-entities; 6 6 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)"> 13 13 ]> 14 14 … … 21 21 </sect1info> 22 22 23 <title> kdevelop-&kdevelop-version;</title>23 <title>Kdevelop-&kdevelop-version;</title> 24 24 25 25 <indexterm zone="kdevelop"> … … 28 28 29 29 <sect2 role="package"> 30 <title>Introduction to kdevelop</title>30 <title>Introduction to Kdevelop</title> 31 31 32 32 <bridgehead renderas="sect3">Package Information</bridgehead> … … 52 52 </itemizedlist> 53 53 54 <bridgehead renderas="sect3"> kdevelop Dependencies</bridgehead>54 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead> 55 55 56 56 <bridgehead renderas="sect4">Required</bridgehead> … … 62 62 <bridgehead renderas="sect4">Optional</bridgehead> 63 63 <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> 68 67 69 68 </sect2> 70 69 71 70 <sect2 role="installation"> 72 <title>Installation of kdevelop</title>71 <title>Installation of Kdevelop</title> 73 72 74 <para>Install <application>kdevelop</application> with:</para>73 <para>Install <application>kdevelop</application> with:</para> 75 74 76 75 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \ … … 78 77 make</userinput></screen> 79 78 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> 85 86 86 87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 87 88 88 89 <screen role="root"><userinput>make install && 89 chown - R root:root &kde-dir;/kdevbdb</userinput></screen>90 chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen> 90 91 91 92 </sect2> … … 94 95 <title>Command Explanations</title> 95 96 96 <para><command>chown - R root:root &kde-dir;/kdevbdb</command>: If97 <application>kdevelop</application> is built by any user other than root,98 the installed <application>Berkeley-DB</application> files will have99 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> 101 102 102 103 </sect2> … … 126 127 <listitem> 127 128 <para>is an Integrated Development Environment to be used for a wide 128 129 variety of programming tasks in many programming languages.</para> 129 130 <indexterm zone="kdevelop kdevelop-prog"> 130 131 <primary sortas="b-kdevelop">kdevelop</primary>
Note:
See TracChangeset
for help on using the changeset viewer.