source: archive/kde/devel/kdevelop.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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