source: archive/kde/devel/kdevelop.xml@ acb648f

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 acb648f 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
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
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">
8 <!ENTITY kdevelop-md5sum "06aa12a89b2c09968a92e1d8b575819c">
9 <!ENTITY kdevelop-size "9.1 MB">
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)">
12]>
13
14<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
15 <?dbhtml filename="kdevelop.html"?>
16
17 <sect1info>
18 <date>$Date$</date>
19 </sect1info>
20
21 <title>Kdevelop-&kdevelop-version;</title>
22
23 <indexterm zone="kdevelop">
24 <primary sortas="a-kdevelop">Kdevelop</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Kdevelop</title>
29
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
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
56 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required"><xref linkend="kdebase"/></para>
60
61 <bridgehead renderas="sect4">Recommended</bridgehead>
62 <para role="recommended"><xref linkend="libjpeg"/>,
63 <xref linkend="kdesdk"/>, and
64 <xref linkend="libxml2"/>.</para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="python2"/>,
68 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
69 <xref linkend="graphviz"/>, and
70 <xref linkend="doxygen"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/kdevelop"/></para>
74
75 </sect2>
76
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
91 <sect2 role="installation">
92 <title>Installation of Kdevelop</title>
93
94 <para>Install <application>kdevelop</application> with:</para>
95
96<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
97./configure --prefix=&kde-dir; --disable-debug \
98 --disable-dependency-tracking &amp;&amp;
99make</userinput></screen>
100
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>
107
108 <para>This package does not come with a test suite.</para>
109
110 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 <para>If you created the API documentation, install it as the <systemitem
115 class="username">root</systemitem> user with:</para>
116
117<screen role="root"><userinput>make install-apidox</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
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
129 <!--
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
134 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
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.
138 This command changes the ownership to root:root.</para> -->
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>
149
150 <seglistitem>
151 <seg>kdevelop and supporting programs</seg>
152 <seg>Supporting kdevelop libraries</seg>
153 <seg>Supporting subdirectories in $KDE_PREFIX/{include,share}</seg>
154 </seglistitem>
155 </segmentedlist>
156
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>
165 <para>is an Integrated Development Environment to be used for a wide
166 variety of programming tasks in many programming languages.</para>
167 <indexterm zone="kdevelop kdevelop-prog">
168 <primary sortas="b-kdevelop">kdevelop</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.