source: kde/core/kdelibs.xml@ 90bc173

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 90bc173 was b7ea972, checked in by Tushar Teredesai <tushar@…>, 19 years ago

Replaced FAM with Gamin

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

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