source: kde/core/kdelibs.xml@ 589e525

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 589e525 was 90bd3c1b, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Update to KDE-3.5.0/kdevelop-3.3.0

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

  • Property mode set to 100644
File size: 7.7 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 kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
8 <!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
9 <!ENTITY kdelibs-md5sum "2b11d654e2ea1a3cd16dcfdcbb7d1915">
10 <!ENTITY kdelibs-size "14.7 MB">
11 <!ENTITY kdelibs-buildsize "272 MB (additional 666 MB for API docs)">
12 <!ENTITY kdelibs-time "13.9 SBU (additional 3.7 SBU for API docs)">
13]>
14
15<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
16 <?dbhtml filename="kdelibs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">kdelibs-&kde-version;.tar</keyword>
23 <keyword role="ftpdir">kde</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Kdelibs-&kde-version;</title>
28
29 <indexterm zone="kdelibs">
30 <primary sortas="a-kdelibs">Kdelibs</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Kdelibs</title>
35
36 <para>This package includes programs and libraries that are central to the
37 development and execution of a <application>KDE</application> program,
38 as well as internationalization files for these libraries, misc HTML
39 documentation, theme modules and regression tests.</para>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing='compact'>
43 <listitem>
44 <para>Download (HTTP): <ulink url="&kdelibs-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&kdelibs-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &kdelibs-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &kdelibs-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &kdelibs-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &kdelibs-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">Kdelibs Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="aRts"/></para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended"><xref linkend="libjpeg"/>,
70 <xref linkend="libart_lgpl"/>,
71 <xref linkend="libxml2"/>,
72 <xref linkend="libxslt"/>,
73 <xref linkend="pcre"/>,
74 <xref linkend="gamin"/>,
75 <xref linkend="openssl"/>, and
76 <ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink></para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="libtiff"/>,
80 <xref linkend="aspell"/>,
81 <xref linkend="cups"/>,
82 <xref linkend="openldap"/>,
83 <xref linkend="alsa"/>,
84 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
85 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
86 <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
87 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
88 <xref linkend="doxygen"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Kdelibs</title>
94
95 <para>Install <application>kdelibs</application> with:</para>
96
97<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
98 --disable-debug --disable-dependency-tracking \
99 --enable-fast-malloc=full &amp;&amp;
100make</userinput></screen>
101
102 <note>
103 <para>If you wish to create the API documentation and you have
104 <application>Doxygen</application> and <application>GraphViz</application>
105 installed, <command>make apidox</command> must be done before
106 <command>make install</command>. This applies to all packages which
107 can utilize <application>Doxygen</application>.</para>
108
109 <para>The <command>make apidox</command> command generates a lot of
110 errors and warnings. In some cases it complains that Helvetica fonts are
111 missing and substitutes a font that does not fit boxes properly. You can
112 add the font by downloading the <ulink
113 url="ftp://ftp.gnome.ru/fonts/urw/release/">URW Fonts </ulink> and
114 unpacking them into <filename class='directory'>~/.fonts</filename>.
115 <command>fc-cache</command> should also be run to update the font
116 properties on your system.</para>
117
118 <para>The documents generated are html and are found in <filename
119 class='directory'>$KDE_PREFIX/share/doc/HTML/en/kdelibs-apidocs</filename>.
120 </para>
121 </note>
122
123 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
124
125<screen role='root'><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para><parameter>--prefix=&kde-dir;</parameter>: This option tells the process
133 to install the package in <filename class="directory">&kde-dir;</filename>.</para>
134
135 <para><parameter>--disable-debug</parameter>: This option causes the
136 package to be compiled without debugging code.</para>
137
138 <para><parameter>--disable-dependency-tracking</parameter>: This option
139 speeds up one time builds.</para>
140
141 <para><parameter>--enable-fast-malloc=full</parameter>: This option tells
142 <application>KDE</application> programs to use an internal memory
143 allocation scheme optimized for <application>KDE</application>.</para>
144
145 <para><parameter>--sysconfdir=/etc/kde</parameter>: This option places
146 configuration files in compliance with the <ulink
147 url='http://www.pathname.com/fhs/pub/fhs-2.3.html#ETCHOSTSPECIFICSYSTEMCONFIGURATION'
148 >Filesystem Hierarchy Standard</ulink>. If you omit this parameter, the
149 configuration files will be placed in <filename
150 class='directory'>$KDE_PREFIX/etc</filename> which may be desirable if
151 you have multiple versions of <application>KDE</application> installed.</para>
152
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>Numerous <application>KDE</application> support programs</seg>
166 <seg>Numerous <application>KDE</application> libraries</seg>
167 <seg>kde/share and kde/etc</seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="kdelib-programs">
177 <term>KDE Support Programs</term>
178 <listitem>
179 <para>contain essential support programs needed by other
180 <application>KDE</application> applications.</para>
181 <indexterm zone="kdelibs kdelib-programs">
182 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="kde-libraries">
188 <term>KDE Libraries</term>
189 <listitem>
190 <para>contain essential functions that are needed by
191 <application>KDE</application> applications.</para>
192 <indexterm zone="kdelibs kde-libraries">
193 <primary sortas="c-kde-libraries">kde-libraries</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 <para>The number of programs and libraries installed by
201 <application>kdelibs</application> prohibits an explanation of each one
202 in this section. Instead, see the <ulink url="http://docs.kde.org/">KDE
203 Documentation</ulink>.</para>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.