source: kde/devel/kdevelop.xml@ 32844d98

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 32844d98 was 5f238c99, checked in by Robert Daniels <rdaniels@…>, 16 years ago

Update dependency information for KDE.

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

  • Property mode set to 100644
File size: 6.0 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 "80d2216a0089fe142735d34ae8de6a0c">
9 <!ENTITY kdevelop-size "9.1 MB">
10 <!ENTITY kdevelop-buildsize "187 MB (additional 23 MB for API docs)">
11 <!ENTITY kdevelop-time "15 SBU (additional 0.2 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"/>,
65 <xref linkend="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
66 (if building API documentation).</para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="python"/>,
70 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
71 <xref linkend="graphviz"/>, and
72 <xref linkend="doxygen"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/kdevelop"/></para>
76
77 </sect2>
78
79 <sect2 id="kdevelop-runtime-dependencies"
80 xreflabel="KDevelop Runtime Dependencies">
81 <title>Run-Time Dependencies</title>
82
83 <para><application>KDevelop</application> can make use of a large
84 number of external compilers or interpreters for supported languages,
85 version control systems, build tools , and debuggers at run time.
86 Refer to <ulink url="http://www.kdevelop.org/index.html?filename=3.5/requirements.html"/>
87 and the <ulink url="http://docs.kde.org/development/en/kdevelop/kdevelop/">
88 KDevelop User Manual</ulink> to find out if your development
89 environment is supported.</para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Kdevelop</title>
95
96 <para>Install <application>kdevelop</application> with:</para>
97
98<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
99./configure --prefix=&kde-dir; --disable-debug \
100 --disable-dependency-tracking &amp;&amp;
101make</userinput></screen>
102
103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/kde-apidocs.xml"/>
105
106 <para>This package does not come with a test suite.</para>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
109
110<screen role="root"><userinput>make install &amp;&amp;
111chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
112
113 <para>If you created the API documentation, install it with:</para>
114
115<screen role="root"><userinput>make install-apidox</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para><command>sed -i -e 's/ kdevutil$//'
123 buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a
124 line in the <filename>Makefile</filename> that causes the build of the API
125 documentation to fail.</para>
126
127 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
128 <application>kdevelop</application> is built by any user other than
129 <systemitem class="username">root</systemitem> the installed
130 <application>Berkeley-DB</application> files will have incorrect ownership.
131 This command changes the ownership to root:root.</para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>kdevelop and supporting programs</seg>
145 <seg>Supporting kdevelop libraries</seg>
146 <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
147 $KDE_PREFIX/{include,share}</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="kdevelop-prog">
157 <term><command>kdevelop</command></term>
158 <listitem>
159 <para>is an Integrated Development Environment to be used for a wide
160 variety of programming tasks in many programming languages.</para>
161 <indexterm zone="kdevelop kdevelop-prog">
162 <primary sortas="b-kdevelop">kdevelop</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.