source: kde/devel/kdesdk.xml@ 64d92a80

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 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 64d92a80 was d33b066, checked in by Bruce Dubbs <bdubbs@…>, 17 years ago

Updated to kde-3.5.6

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

  • Property mode set to 100644
File size: 5.6 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 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 "1462e1a884fdaa070ed493c10a336728">
9 <!ENTITY kdesdk-size "4.8 MB">
10 <!ENTITY kdesdk-buildsize "110 MB">
11 <!ENTITY kdesdk-time "6.7 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"/>, and
68 <xref linkend="libxml2"/></para>
69 <!-- <xref linkend="db"/> -->
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/kdesdk"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Kdesdk</title>
78
79 <para>Install <application>kdesdk</application> with:</para>
80
81<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
82 --disable-dependency-tracking &amp;&amp;
83make</userinput></screen>
84
85 <para>This package does not come with a test suite.</para>
86
87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>cervisia, kbabel, kcachegrind, kompare, and umbrello</seg>
103 <seg>Several kdesdk specific libraries</seg>
104 <seg>Several subdirectories in $KDE_PREFIX/{include,share}</seg>
105 </seglistitem>
106 </segmentedlist>
107
108 <variablelist>
109 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
110 <?dbfo list-presentation="list"?>
111 <?dbhtml list-presentation="table"?>
112
113 <varlistentry id="cervisia">
114 <term><command>cervisia</command></term>
115 <listitem>
116 <para>provides a graphical view of CVS.</para>
117 <indexterm zone="kdesdk cervisia">
118 <primary sortas="b-cervisia">cervisia</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 <varlistentry id="kbabel">
124 <term><command>kbabel</command></term>
125 <listitem>
126 <para>is a suite of an advanced PO file editor comprising
127 <command>kbabel</command>, a multi functional
128 <command>catalogmanager</command> and a dictionary for translators
129 <command>kbabeldict</command>.</para>
130 <indexterm zone="kdesdk kbabel">
131 <primary sortas="b-kbabel">kbabel</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="kcachegrind">
137 <term><command>kcachegrind</command></term>
138 <listitem>
139 <para>is a <application>KDE</application> frontend for
140 <command>cachegrind</command>, part of
141 <application>Valgrind</application>.</para>
142 <indexterm zone="kdesdk kcachegrind">
143 <primary sortas="b-kcachegrind">kcachegrind</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="kompare">
149 <term><command>kompare</command></term>
150 <listitem>
151 <para>is a program to view the differences between files.</para>
152 <indexterm zone="kdesdk kompare">
153 <primary sortas="b-kompare">kompare</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="umbrello">
159 <term><command>umbrello</command></term>
160 <listitem>
161 <para>is a UML modelling diagram tool.</para>
162 <indexterm zone="kdesdk umbrello">
163 <primary sortas="b-umbrello">umbrello</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.