source: archive/kde/devel/kdevelop.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[920c764c]6 <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
7 <!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
[65ce93a]8 <!ENTITY kdevelop-md5sum "06aa12a89b2c09968a92e1d8b575819c">
[a9bab6d]9 <!ENTITY kdevelop-size "9.1 MB">
[65ce93a]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)">
[60384c68]12]>
13
[fd680fb]14<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
[5bdbd0c3]15 <?dbhtml filename="kdevelop.html"?>
[9f271dd]16
[5bdbd0c3]17 <sect1info>
18 <date>$Date$</date>
19 </sect1info>
20
[920c764c]21 <title>Kdevelop-&kdevelop-version;</title>
[5bdbd0c3]22
23 <indexterm zone="kdevelop">
24 <primary sortas="a-kdevelop">Kdevelop</primary>
25 </indexterm>
26
27 <sect2 role="package">
[920c764c]28 <title>Introduction to Kdevelop</title>
[5bdbd0c3]29
[90bd3c1b]30 <para><application>Kdevelop</application> provides an Integrated
31 Development Environment (IDE) to be used for a wide variety of programming
32 tasks.</para>
33
[5bdbd0c3]34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing='compact'>
36 <listitem>
37 <para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &kdevelop-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &kdevelop-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &kdevelop-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &kdevelop-time;</para>
53 </listitem>
54 </itemizedlist>
55
[920c764c]56 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
[5bdbd0c3]57
58 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]59 <para role="required"><xref linkend="kdebase"/></para>
[5bdbd0c3]60
61 <bridgehead renderas="sect4">Recommended</bridgehead>
[d33b066]62 <para role="recommended"><xref linkend="libjpeg"/>,
[65ce93a]63 <xref linkend="kdesdk"/>, and
64 <xref linkend="libxml2"/>.</para>
[5bdbd0c3]65
66 <bridgehead renderas="sect4">Optional</bridgehead>
[4716d52]67 <para role="optional"><xref linkend="python2"/>,
[00c8453]68 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
[6722219]69 <xref linkend="graphviz"/>, and
[920c764c]70 <xref linkend="doxygen"/></para>
[5bdbd0c3]71
[a3ef34c2]72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/kdevelop"/></para>
74
[5bdbd0c3]75 </sect2>
76
[5f238c99]77 <sect2 id="kdevelop-runtime-dependencies"
78 xreflabel="KDevelop Runtime Dependencies">
79 <title>Run-Time Dependencies</title>
80
81 <para><application>KDevelop</application> can make use of a large
82 number of external compilers or interpreters for supported languages,
83 version control systems, build tools , and debuggers at run time.
84 Refer to <ulink url="http://www.kdevelop.org/index.html?filename=3.5/requirements.html"/>
85 and the <ulink url="http://docs.kde.org/development/en/kdevelop/kdevelop/">
86 KDevelop User Manual</ulink> to find out if your development
87 environment is supported.</para>
88
89 </sect2>
90
[5bdbd0c3]91 <sect2 role="installation">
[920c764c]92 <title>Installation of Kdevelop</title>
[5bdbd0c3]93
[920c764c]94 <para>Install <application>kdevelop</application> with:</para>
[5bdbd0c3]95
[d33b066]96<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
97./configure --prefix=&kde-dir; --disable-debug \
[60384c68]98 --disable-dependency-tracking &amp;&amp;
[5bdbd0c3]99make</userinput></screen>
100
[65ce93a]101 <note>
102 <para>If you wish to create the API documentation and you have
103 <application>Doxygen</application> and
104 <application>Graphviz</application> installed run the command
105 <command>make apidox</command>.</para>
106 </note>
[5bdbd0c3]107
[d33b066]108 <para>This package does not come with a test suite.</para>
109
[5bdbd0c3]110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
[65ce93a]112<screen role="root"><userinput>make install</userinput></screen>
[5bdbd0c3]113
[65ce93a]114 <para>If you created the API documentation, install it as the <systemitem
115 class="username">root</systemitem> user with:</para>
[89c72ef4]116
117<screen role="root"><userinput>make install-apidox</userinput></screen>
118
[5bdbd0c3]119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
[d33b066]124 <para><command>sed -i -e 's/ kdevutil$//'
125 buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a
126 line in the <filename>Makefile</filename> that causes the build of the API
127 documentation to fail.</para>
128
[a41f643]129 <!--
[65ce93a]130
131 This is surely wrong. I can find a reference to kdevbdb at all, but
132 even if it were there, it would be a subdirectory of &kde-dir;.
133
[920c764c]134 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
[00c8453]135 <application>kdevelop</application> is built by any user other than
136 <systemitem class="username">root</systemitem> the installed
137 <application>Berkeley-DB</application> files will have incorrect ownership.
[65ce93a]138 This command changes the ownership to root:root.</para> -->
[5bdbd0c3]139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
[9f271dd]149
[5bdbd0c3]150 <seglistitem>
151 <seg>kdevelop and supporting programs</seg>
[919683dc]152 <seg>Supporting kdevelop libraries</seg>
[65ce93a]153 <seg>Supporting subdirectories in $KDE_PREFIX/{include,share}</seg>
[5bdbd0c3]154 </seglistitem>
155 </segmentedlist>
[9f271dd]156
[5bdbd0c3]157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="kdevelop-prog">
163 <term><command>kdevelop</command></term>
164 <listitem>
[00c8453]165 <para>is an Integrated Development Environment to be used for a wide
[920c764c]166 variety of programming tasks in many programming languages.</para>
[5bdbd0c3]167 <indexterm zone="kdevelop kdevelop-prog">
168 <primary sortas="b-kdevelop">kdevelop</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
[9f271dd]174
[5bdbd0c3]175 </sect2>
[9f271dd]176
[fc20429]177</sect1>
Note: See TracBrowser for help on using the repository browser.