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 kdesdk-download-http "&kde-download-http;/kdesdk-&kde-version;.tar.bz2">
|
---|
7 | <!ENTITY kdesdk-download-ftp "&kde-download-ftp;/kdesdk-&kde-version;.tar.bz2">
|
---|
8 | <!ENTITY kdesdk-md5sum "ad711d1ce09242bd13b73a9a005f3143">
|
---|
9 | <!ENTITY kdesdk-size "5.0 MB">
|
---|
10 | <!ENTITY kdesdk-buildsize "111 MB">
|
---|
11 | <!ENTITY kdesdk-time "7.5 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdesdk" xreflabel="kdesdk-&kde-version;">
|
---|
15 | <?dbhtml filename="kdesdk.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdesdk-&kde-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdesdk">
|
---|
25 | <primary sortas="a-kdesdk">Kdesdk</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdesdk</title>
|
---|
30 |
|
---|
31 | <para><application>Kdesdk</application> provides several applications
|
---|
32 | useful for developers. Programs include a version control system front-end
|
---|
33 | for <application>CVS</application>, a program to view the differences
|
---|
34 | between files, a UML Modeller, and a profile data visualization
|
---|
35 | tool.</para>
|
---|
36 |
|
---|
37 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
38 | <itemizedlist spacing='compact'>
|
---|
39 | <listitem>
|
---|
40 | <para>Download (HTTP): <ulink url="&kdesdk-download-http;"/></para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Download (FTP): <ulink url="&kdesdk-download-ftp;"/></para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Download MD5 sum: &kdesdk-md5sum;</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download size: &kdesdk-size;</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Estimated disk space required: &kdesdk-buildsize;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Estimated build time: &kdesdk-time;</para>
|
---|
56 | </listitem>
|
---|
57 | </itemizedlist>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect3">Kdesdk Dependencies</bridgehead>
|
---|
60 |
|
---|
61 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
62 | <para role="required"><xref linkend="kdebase"/></para>
|
---|
63 |
|
---|
64 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
65 | <para role="recommended">
|
---|
66 | <xref linkend="libjpeg"/>,
|
---|
67 | <xref linkend="subversion"/>,
|
---|
68 | <xref linkend="libxml2"/>,
|
---|
69 | <xref linkend="libxslt"/>, and
|
---|
70 | <xref linkend="db"/></para>
|
---|
71 |
|
---|
72 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
73 | <para role="optional"><xref linkend="kdepim"/></para>
|
---|
74 |
|
---|
75 | <para condition="html" role="usernotes">User Notes:
|
---|
76 | <ulink url="&blfs-wiki;/kdesdk"/></para>
|
---|
77 |
|
---|
78 | </sect2>
|
---|
79 |
|
---|
80 | <sect2 id="kdesdk-runtime-dependencies"
|
---|
81 | xreflabel="KDE SDK Runtime Dependencies">
|
---|
82 | <title>Run-Time Dependencies</title>
|
---|
83 |
|
---|
84 | <para><ulink url="http://www.valgrind.org">Valgrind</ulink> and
|
---|
85 | <xref linkend="cvs"/> are needed at run time for there respective
|
---|
86 | frontends, <command>kcachegrind</command> and <command>cervisia</command></para>
|
---|
87 |
|
---|
88 | </sect2>
|
---|
89 |
|
---|
90 | <sect2 role="installation">
|
---|
91 | <title>Installation of Kdesdk</title>
|
---|
92 |
|
---|
93 | <para>Install <application>kdesdk</application> with:</para>
|
---|
94 |
|
---|
95 | <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
---|
96 | --disable-dependency-tracking &&
|
---|
97 | make</userinput></screen>
|
---|
98 |
|
---|
99 | <para>This package does not come with a test suite.</para>
|
---|
100 |
|
---|
101 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
102 |
|
---|
103 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
104 |
|
---|
105 | </sect2>
|
---|
106 |
|
---|
107 | <sect2 role="content">
|
---|
108 | <title>Contents</title>
|
---|
109 |
|
---|
110 | <segmentedlist>
|
---|
111 | <segtitle>Installed Programs</segtitle>
|
---|
112 | <segtitle>Installed Libraries</segtitle>
|
---|
113 | <segtitle>Installed Directories</segtitle>
|
---|
114 |
|
---|
115 | <seglistitem>
|
---|
116 | <seg>cervisia, kbabel, kcachegrind, kompare, and umbrello</seg>
|
---|
117 | <seg>Several kdesdk specific libraries</seg>
|
---|
118 | <seg>Several subdirectories in $KDE_PREFIX/{include,share}</seg>
|
---|
119 | </seglistitem>
|
---|
120 | </segmentedlist>
|
---|
121 |
|
---|
122 | <variablelist>
|
---|
123 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
124 | <?dbfo list-presentation="list"?>
|
---|
125 | <?dbhtml list-presentation="table"?>
|
---|
126 |
|
---|
127 | <varlistentry id="cervisia">
|
---|
128 | <term><command>cervisia</command></term>
|
---|
129 | <listitem>
|
---|
130 | <para>provides a graphical view of CVS.</para>
|
---|
131 | <indexterm zone="kdesdk cervisia">
|
---|
132 | <primary sortas="b-cervisia">cervisia</primary>
|
---|
133 | </indexterm>
|
---|
134 | </listitem>
|
---|
135 | </varlistentry>
|
---|
136 |
|
---|
137 | <varlistentry id="kbabel">
|
---|
138 | <term><command>kbabel</command></term>
|
---|
139 | <listitem>
|
---|
140 | <para>is a suite of an advanced PO file editor comprising
|
---|
141 | <command>kbabel</command>, a multi functional
|
---|
142 | <command>catalogmanager</command> and a dictionary for translators
|
---|
143 | <command>kbabeldict</command>.</para>
|
---|
144 | <indexterm zone="kdesdk kbabel">
|
---|
145 | <primary sortas="b-kbabel">kbabel</primary>
|
---|
146 | </indexterm>
|
---|
147 | </listitem>
|
---|
148 | </varlistentry>
|
---|
149 |
|
---|
150 | <varlistentry id="kcachegrind">
|
---|
151 | <term><command>kcachegrind</command></term>
|
---|
152 | <listitem>
|
---|
153 | <para>is a <application>KDE</application> frontend for
|
---|
154 | <command>cachegrind</command>, part of
|
---|
155 | <application>Valgrind</application>.</para>
|
---|
156 | <indexterm zone="kdesdk kcachegrind">
|
---|
157 | <primary sortas="b-kcachegrind">kcachegrind</primary>
|
---|
158 | </indexterm>
|
---|
159 | </listitem>
|
---|
160 | </varlistentry>
|
---|
161 |
|
---|
162 | <varlistentry id="kompare">
|
---|
163 | <term><command>kompare</command></term>
|
---|
164 | <listitem>
|
---|
165 | <para>is a program to view the differences between files.</para>
|
---|
166 | <indexterm zone="kdesdk kompare">
|
---|
167 | <primary sortas="b-kompare">kompare</primary>
|
---|
168 | </indexterm>
|
---|
169 | </listitem>
|
---|
170 | </varlistentry>
|
---|
171 |
|
---|
172 | <varlistentry id="umbrello">
|
---|
173 | <term><command>umbrello</command></term>
|
---|
174 | <listitem>
|
---|
175 | <para>is a UML modelling diagram tool.</para>
|
---|
176 | <indexterm zone="kdesdk umbrello">
|
---|
177 | <primary sortas="b-umbrello">umbrello</primary>
|
---|
178 | </indexterm>
|
---|
179 | </listitem>
|
---|
180 | </varlistentry>
|
---|
181 |
|
---|
182 | </variablelist>
|
---|
183 |
|
---|
184 | </sect2>
|
---|
185 |
|
---|
186 | </sect1>
|
---|