source: archive/kde/devel/kdevelop.xml@ 49b50d4

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 49b50d4 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
RevLine 
[60384c68]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[60384c68]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[920c764c]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">
[65ce93a]8 <!ENTITY kdevelop-md5sum "06aa12a89b2c09968a92e1d8b575819c">
[a9bab6d]9 <!ENTITY kdevelop-size "9.1 MB">
[65ce93a]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)">
[60384c68]12]>
13
[fd680fb]14<sect1 id="kdevelop" xreflabel="kdevelop-&kdevelop-version;">
[5bdbd0c3]15 <?dbhtml filename="kdevelop.html"?>
[9f271dd]16
[5bdbd0c3]17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
[920c764c]22 <title>Kdevelop-&kdevelop-version;</title>
[5bdbd0c3]23
24 <indexterm zone="kdevelop">
25 <primary sortas="a-kdevelop">Kdevelop</primary>
26 </indexterm>
27
28 <sect2 role="package">
[920c764c]29 <title>Introduction to Kdevelop</title>
[5bdbd0c3]30
[90bd3c1b]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
[5bdbd0c3]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
[920c764c]57 <bridgehead renderas="sect3">Kdevelop Dependencies</bridgehead>
[5bdbd0c3]58
59 <bridgehead renderas="sect4">Required</bridgehead>
[91cb43ad]60 <para role="required"><xref linkend="kdebase"/></para>
[5bdbd0c3]61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
[d33b066]63 <para role="recommended"><xref linkend="libjpeg"/>,
[65ce93a]64 <xref linkend="kdesdk"/>, and
65 <xref linkend="libxml2"/>.</para>
[5bdbd0c3]66
67 <bridgehead renderas="sect4">Optional</bridgehead>
[4716d52]68 <para role="optional"><xref linkend="python2"/>,
[00c8453]69 <ulink url="http://sourceforge.net/projects/docbase/">DocBase</ulink>,
[6722219]70 <xref linkend="graphviz"/>, and
[920c764c]71 <xref linkend="doxygen"/></para>
[5bdbd0c3]72
[a3ef34c2]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/kdevelop"/></para>
75
[5bdbd0c3]76 </sect2>
77
[5f238c99]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
[5bdbd0c3]92 <sect2 role="installation">
[920c764c]93 <title>Installation of Kdevelop</title>
[5bdbd0c3]94
[920c764c]95 <para>Install <application>kdevelop</application> with:</para>
[5bdbd0c3]96
[d33b066]97<screen><userinput>sed -i -e 's/ kdevutil$//' buildtools/lib/widgets/Makefile.in &amp;&amp;
98./configure --prefix=&kde-dir; --disable-debug \
[60384c68]99 --disable-dependency-tracking &amp;&amp;
[5bdbd0c3]100make</userinput></screen>
101
[65ce93a]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>
[5bdbd0c3]108
[d33b066]109 <para>This package does not come with a test suite.</para>
110
[5bdbd0c3]111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
[65ce93a]113<screen role="root"><userinput>make install</userinput></screen>
[5bdbd0c3]114
[65ce93a]115 <para>If you created the API documentation, install it as the <systemitem
116 class="username">root</systemitem> user with:</para>
[89c72ef4]117
118<screen role="root"><userinput>make install-apidox</userinput></screen>
119
[5bdbd0c3]120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
[d33b066]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
[a41f643]130 <!--
[65ce93a]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
[920c764c]135 <para><command>chown -v -R root:root &kde-dir;/kdevbdb</command>: If
[00c8453]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.
[65ce93a]139 This command changes the ownership to root:root.</para> -->
[5bdbd0c3]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>
[9f271dd]150
[5bdbd0c3]151 <seglistitem>
152 <seg>kdevelop and supporting programs</seg>
[919683dc]153 <seg>Supporting kdevelop libraries</seg>
[65ce93a]154 <seg>Supporting subdirectories in $KDE_PREFIX/{include,share}</seg>
[5bdbd0c3]155 </seglistitem>
156 </segmentedlist>
[9f271dd]157
[5bdbd0c3]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>
[00c8453]166 <para>is an Integrated Development Environment to be used for a wide
[920c764c]167 variety of programming tasks in many programming languages.</para>
[5bdbd0c3]168 <indexterm zone="kdevelop kdevelop-prog">
169 <primary sortas="b-kdevelop">kdevelop</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
[9f271dd]175
[5bdbd0c3]176 </sect2>
[9f271dd]177
[fc20429]178</sect1>
Note: See TracBrowser for help on using the repository browser.