source: kde/devel/kdevelop.xml@ 2c1ff38

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 2c1ff38 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[0aeb696]7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
[920c764c]19 <!ENTITY kdevelop-download-http "&kde-download-http;/kdevelop-&kdevelop-version;.tar.bz2">
20 <!ENTITY kdevelop-download-ftp "&kde-download-ftp;/kdevelop-&kdevelop-version;.tar.bz2">
[51ee35b]21 <!ENTITY kdevelop-md5sum "494c9320a5f8681b67a3a06fa0ce18b7">
22 <!ENTITY kdevelop-size "7.8 MB">
23 <!ENTITY kdevelop-buildsize "178 MB (additional 21 MB for API docs)">
24 <!ENTITY kdevelop-time "12.9 SBU (additional 1.2 SBU for API docs)">
[60384c68]25]>
26
[5bdbd0c3]27<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
28 <?dbhtml filename="kdevelop.html"?>
[9f271dd]29
[5bdbd0c3]30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
[91cb43ad]33 <keywordset>
34 <keyword role="package">kdevelop-&kdevelop-version;.tar</keyword>
[332ba719]35 <keyword role="ftpdir">kde</keyword>
[91cb43ad]36 </keywordset>
[5bdbd0c3]37 </sect1info>
38
[920c764c]39 <title>Kdevelop-&kdevelop-version;</title>
[5bdbd0c3]40
41 <indexterm zone="kdevelop">
42 <primary sortas="a-kdevelop">Kdevelop</primary>
43 </indexterm>
44
45 <sect2 role="package">
[920c764c]46 <title>Introduction to Kdevelop</title>
[5bdbd0c3]47
[90bd3c1b]48 <para><application>Kdevelop</application> provides an Integrated
49 Development Environment (IDE) to be used for a wide variety of programming
50 tasks.</para>
51
[5bdbd0c3]52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing='compact'>
54 <listitem>
55 <para>Download (HTTP): <ulink url="&kdevelop-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&kdevelop-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &kdevelop-md5sum;</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &kdevelop-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &kdevelop-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &kdevelop-time;</para>
71 </listitem>
72 </itemizedlist>
73
[920c764c]74 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
[5bdbd0c3]75
76 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]77 <para role="required"><xref linkend="kdebase"/></para>
[5bdbd0c3]78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
[91cb43ad]80 <para role="recommended"><xref linkend="libjpeg"/> and
81 <xref linkend="libxml2"/></para>
[5bdbd0c3]82
83 <bridgehead renderas="sect4">Optional</bridgehead>
[91cb43ad]84 <para role="optional"><xref linkend="python"/>,
[00c8453]85 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
[6722219]86 <xref linkend="graphviz"/>, and
[920c764c]87 <xref linkend="doxygen"/></para>
[5bdbd0c3]88
[a3ef34c2]89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/kdevelop"/></para>
91
[5bdbd0c3]92 </sect2>
93
94 <sect2 role="installation">
[920c764c]95 <title>Installation of Kdevelop</title>
[5bdbd0c3]96
[920c764c]97 <para>Install <application>kdevelop</application> with:</para>
[5bdbd0c3]98
99<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
[60384c68]100 --disable-dependency-tracking &amp;&amp;
[5bdbd0c3]101make</userinput></screen>
102
[89c72ef4]103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
104 href="../../xincludes/kde-apidocs.xml"/>
[5bdbd0c3]105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install &amp;&amp;
[920c764c]109chown -v -R root:root &kde-dir;/kdevbdb</userinput></screen>
[5bdbd0c3]110
[89c72ef4]111 <para>If you created the API documentation, install it with:</para>
112
113<screen role="root"><userinput>make install-apidox</userinput></screen>
114
[5bdbd0c3]115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
[920c764c]120 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
[00c8453]121 <application>kdevelop</application> is built by any user other than
122 <systemitem class="username">root</systemitem> the installed
123 <application>Berkeley-DB</application> files will have incorrect ownership.
[920c764c]124 This command changes the ownership to root:root.</para>
[5bdbd0c3]125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
[9f271dd]135
[5bdbd0c3]136 <seglistitem>
137 <seg>kdevelop and supporting programs</seg>
[919683dc]138 <seg>Supporting kdevelop libraries</seg>
[bccbdaea]139 <seg>$KDE_PREFIX/kdevbdb and supporting subdirectoies in
[d5bca7b6]140 $KDE_PREFIX/{include,share}</seg>
[5bdbd0c3]141 </seglistitem>
142 </segmentedlist>
[9f271dd]143
[5bdbd0c3]144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="kdevelop-prog">
150 <term><command>kdevelop</command></term>
151 <listitem>
[00c8453]152 <para>is an Integrated Development Environment to be used for a wide
[920c764c]153 variety of programming tasks in many programming languages.</para>
[5bdbd0c3]154 <indexterm zone="kdevelop kdevelop-prog">
155 <primary sortas="b-kdevelop">kdevelop</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
[9f271dd]161
[5bdbd0c3]162 </sect2>
[9f271dd]163
[fc20429]164</sect1>
Note: See TracBrowser for help on using the repository browser.