source: kde/core/kdelibs.xml@ 0d528bd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 0d528bd was 00c8453, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed excess spaces from the ends of lines in the source files

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

  • Property mode set to 100644
File size: 6.3 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 "e5961a78b44a3005a7af6ada249e5888">
10 <!ENTITY kdelibs-size "16.1 MB">
11 <!ENTITY kdelibs-buildsize "239 MB (additional 339 MB for API docs)">
12 <!ENTITY kdelibs-time "14.7 SBU (additional 5.0 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="fam"/>,
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<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
94 --disable-dependency-tracking --enable-fast-malloc=full &amp;&amp;
95make</userinput></screen>
96
97 <note>
98 <para>If you wish to create the API documentation and you have
99 <application>Doxygen</application> and <application>GraphViz</application>
100 installed, <command>make apidox</command> must be done before
101 <command>make install</command>. This applies to all packages which
102 can utilize <application>Doxygen</application>.</para>
103 </note>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role='root'><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><parameter>--prefix=&kde-dir;</parameter>: This option tells the process
115 to install the package in <filename class="directory">&kde-dir;</filename>.</para>
116
117 <para><parameter>--disable-debug</parameter>: This option causes the
118 package to be compiled without debugging code.</para>
119
120 <para><parameter>--disable-dependency-tracking</parameter>: This option
121 speeds up one time builds.</para>
122
123 <para><parameter>--enable-fast-malloc=full</parameter>: This option tells
124 <application>KDE</application> programs to use an internal memory
125 allocation scheme optimized for <application>KDE</application>.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>Numerous <application>KDE</application> support programs</seg>
139 <seg>Numerous <application>KDE</application> libraries</seg>
140 <seg>None</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="kdelib-programs">
150 <term>KDE Support Programs</term>
151 <listitem>
152 <para>contain essential support programs needed by other
153 <application>KDE</application> applications.</para>
154 <indexterm zone="kdelibs kdelib-programs">
155 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="kde-libraries">
161 <term>KDE Libraries</term>
162 <listitem>
163 <para>contain essential functions that are needed by
164 <application>KDE</application> applications.</para>
165 <indexterm zone="kdelibs kde-libraries">
166 <primary sortas="c-kde-libraries">kde-libraries</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 <para>The number of programs and libraries installed by
174 <application>kdelibs</application> prohibits an explanation of each one
175 in this section. Instead, see the <ulink url="http://docs.kde.org/">KDE
176 Documentation</ulink>.</para>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.