source: kde/devel/kdevelop.xml@ c7e821f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 c7e821f was fd680fb, checked in by Randy McMurchy <randy@…>, 17 years ago

Reverted the change from r6617

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "0de7c7d82c176456f2adff48981f5d40">
9 <!ENTITY kdevelop-size "7.8 MB">
10 <!ENTITY kdevelop-buildsize "179 MB (additional 8 MB for API docs)">
11 <!ENTITY kdevelop-time "14.1 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="libxml2"/>, and the apidox from <xref linkend="kdelibs"/>
65 (if building API documentation).</para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="python"/>,
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 role="installation">
79 <title>Installation of Kdevelop</title>
80
81 <para>Install <application>kdevelop</application> with:</para>
82
83<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
84./configure --prefix=&kde-dir; --disable-debug \
85 --disable-dependency-tracking &amp;&amp;
86make</userinput></screen>
87
88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
89 href="../../xincludes/kde-apidocs.xml"/>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
97
98 <para>If you created the API documentation, install it with:</para>
99
100<screen role="root"><userinput>make install-apidox</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>sed -i -e 's/ kdevutil$//'
108 buildtools/lib/widgets/Makefile.in</command>: Remove a duplicate entry on a
109 line in the <filename>Makefile</filename> that causes the build of the API
110 documentation to fail.</para>
111
112 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
113 <application>kdevelop</application> is built by any user other than
114 <systemitem class="username">root</systemitem> the installed
115 <application>Berkeley-DB</application> files will have incorrect ownership.
116 This command changes the ownership to root:root.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>kdevelop and supporting programs</seg>
130 <seg>Supporting kdevelop libraries</seg>
131 <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
132 $KDE_PREFIX/{include,share}</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="kdevelop-prog">
142 <term><command>kdevelop</command></term>
143 <listitem>
144 <para>is an Integrated Development Environment to be used for a wide
145 variety of programming tasks in many programming languages.</para>
146 <indexterm zone="kdevelop kdevelop-prog">
147 <primary sortas="b-kdevelop">kdevelop</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.