source: kde/add/kdevelop.xml@ 332ba719

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 332ba719 was 332ba719, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. Kde.

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

  • Property mode set to 100644
File size: 5.0 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
7 <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
8 <!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
9 <!ENTITY kdevelop-md5sum "6d788b8ec89ea9b19f5c281a574b48fe">
10 <!ENTITY kdevelop-size "8.0 MB">
11 <!ENTITY kdevelop-buildsize "194 MB (additional 15.6 MB for API docs)">
12 <!ENTITY kdevelop-time "16.6 SBU (additional 1.6 SBU for API docs)">
13]>
14
15<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
16 <?dbhtml filename="kdevelop.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">kdevelop-&kdevelop-version;.tar</keyword>
23 <keyword role="ftpdir">kde</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Kdevelop-&kdevelop-version;</title>
28
29 <indexterm zone="kdevelop">
30 <primary sortas="a-kdevelop">Kdevelop</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Kdevelop</title>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing='compact'>
38 <listitem>
39 <para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &kdevelop-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &kdevelop-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &kdevelop-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &kdevelop-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="kdebase"/></para>
62
63 <bridgehead renderas="sect4">Recommended</bridgehead>
64 <para role="recommended"><xref linkend="libjpeg"/> and
65 <xref linkend="libxml2"/></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 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
71 <xref linkend="doxygen"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of Kdevelop</title>
77
78 <para>Install <application>kdevelop</application> with:</para>
79
80<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
81 --disable-dependency-tracking &amp;&amp;
82make</userinput></screen>
83
84 <note>
85 <para>If you wish to create the API documentation and you have
86 <application>Doxygen</application> and <application>GraphViz</application>
87 installed, <command>make apidox</command> must be done before
88 <command>make install</command>. You'll also need to run <command>make
89 install-apidox</command> to install the API documentation.</para>
90 </note>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install &amp;&amp;
95chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
103 <application>kdevelop</application> is built by any user other than
104 <systemitem class="username">root</systemitem> the installed
105 <application>Berkeley-DB</application> files will have incorrect ownership.
106 This command changes the ownership to root:root.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>kdevelop and supporting programs</seg>
120 <seg>Supporting kdevelop libraries</seg>
121 <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
122 $KDE_PREFIX/{include,share}</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="kdevelop-prog">
132 <term><command>kdevelop</command></term>
133 <listitem>
134 <para>is an Integrated Development Environment to be used for a wide
135 variety of programming tasks in many programming languages.</para>
136 <indexterm zone="kdevelop kdevelop-prog">
137 <primary sortas="b-kdevelop">kdevelop</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.