source: kde/core/kdelibs.xml@ 1f30212

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 1f30212 was 1f30212, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Update arts 1.4/kde 3.4, 1st installment

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3832 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
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
33development and execution of a KDE program, as well as internationalization
34files for these libraries, misc HTML documentation, theme modules and
35regression 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
60<bridgehead renderas="sect3">kdelibs Dependencies</bridgehead>
61
62<bridgehead renderas="sect4">Required</bridgehead>
63<para><xref linkend="aRts"/></para>
64
65<bridgehead renderas="sect4">Recommended</bridgehead>
66<para><xref linkend="libjpeg"/>,
67 <xref linkend="libart_lgpl"/>,
68 <xref linkend="libxml2"/>,
69 <xref linkend="libxslt"/>,
70 <xref linkend="pcre"/>,
71 <xref linkend="fam"/>,
72 <xref linkend="openssl"/>, and
73 <ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>
74</para>
75
76<bridgehead renderas="sect4">Optional</bridgehead>
77<para><xref linkend="libtiff"/>,
78 <xref linkend="aspell"/>,
79 <xref linkend="cups"/>,
80 <xref linkend="openldap"/>,
81 <xref linkend="alsa"/>,
82 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
83 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
84 <ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
85 <ulink url="http://www.graphviz.org/">GraphViz</ulink>, and
86 <xref linkend="doxygen"/>
87</para>
88
89</sect2>
90
91<sect2 role="installation">
92<title>Installation of kdelibs</title>
93
94<para>Install <application>kdelibs</application> with:</para>
95
96<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
97 --disable-dependency-tracking --enable-fast-malloc=full &amp;&amp;
98make</userinput></screen>
99
100<note><para>If you wish to create the API documentation and
101you have <application>Doxygen</application> and
102<application>GraphViz</application> installed, <command>make apidox</command>
103must be done before <command>make install</command>. This applies to all
104packages which can utilize <application>Doxygen</application>.</para></note>
105
106<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role='root'><userinput>make install</userinput></screen>
109
110</sect2>
111
112<sect2 role="commands">
113<title>Command Explanations</title>
114<para><parameter>--prefix=&kde-dir;</parameter>: This option tells the process
115to install the package in <filename class="directory">&kde-dir;</filename>.
116</para>
117
118<para><parameter>--disable-debug</parameter>: This option causes the
119package to be compiled without debugging code.</para>
120
121<para><parameter>--disable-dependency-tracking</parameter>: This option
122speeds up one time builds.</para>
123
124<para><parameter>--enable-fast-malloc=full</parameter>: This option tells KDE
125programs to use an internal memory allocation scheme optimized for KDE.</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
136 <seglistitem>
137 <seg>Numerous KDE support programs</seg>
138 <seg>Numerous KDE libraries</seg>
139 </seglistitem>
140</segmentedlist>
141
142<variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147<varlistentry id="kdelib-programs">
148 <term>KDE Support Programs</term>
149 <listitem>
150 <para>contain essential support programs needed by other KDE applications.</para>
151 <indexterm zone="kdelibs kdelib-programs">
152 <primary sortas="b-kdelib-programs">KDE Support Programs</primary>
153 </indexterm>
154 </listitem>
155</varlistentry>
156
157<varlistentry id="kde-libraries">
158 <term>KDE Libraries</term>
159 <listitem>
160 <para>contain essential functions that are needed by KDE applications.</para>
161 <indexterm zone="kdelibs kde-libraries">
162 <primary sortas="c-kde-libraries">kde-libraries</primary>
163 </indexterm>
164 </listitem>
165</varlistentry>
166
167</variablelist>
168
169<para>The number of programs and libraries installed by
170<application>kdelibs</application> prohibits an explanation of each one in this
171section. Instead, see the <ulink url="http://docs.kde.org/">KDE
172Documentation</ulink>.</para>
173
174</sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.