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

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 ccded7e was 556a307a, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Move files to archive

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

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