source: kde/core/kdelibs.xml@ 583760d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 583760d was 583760d, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to KDE-3.2.3 (not all package download sizes, build sizes, SBUs and ancillary instructions have been updated)

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "12.7 MB">
10<!ENTITY kdelibs-buildsize "160-590 MB (depending on options used)">
11<!ENTITY kdelibs-time "12.6-21.4 SBU (depending on options used)">
12]>
13
14<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="kdelibs.html"?>
20<title>kdelibs-&kde-version;</title>
21
22<sect2>
23<title>Introduction to <application>kdelibs</application></title>
24
25<para>This package includes programs and libraries that are central to the
26development and execution of a <acronym>KDE</acronym> program, as well
27as internationalization files for these libraries, misc
28<acronym>HTML</acronym> documentation, theme modules and regression
29tests.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&kdelibs-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&kdelibs-download-ftp;"/></para></listitem>
37<listitem><para>Download size: &kdelibs-size;</para></listitem>
38<listitem><para>Estimated Disk space required:
39&kdelibs-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&kdelibs-time;</para></listitem></itemizedlist>
42</sect3>
43
44<!-- <sect3><title>Additional downloads</title>
45<itemizedlist spacing='compact'>
46<listitem><para>Required Patch: <ulink
47url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
48<listitem><para>Required Patch: <ulink
49url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
50</itemizedlist></sect3> -->
51
52<sect3><title><application>kdelibs</application> dependencies</title>
53<sect4><title>Required</title>
54<para><xref linkend="kde-core-arts"/></para></sect4>
55<sect4><title>Optional</title>
56<para>
57<xref linkend="libjpeg"/>,
58<xref linkend="libxml2"/>,
59<xref linkend="libxslt"/>,
60<xref linkend="cups"/>,
61<xref linkend="openldap"/>,
62<xref linkend="fam"/>,
63<xref linkend="pcre"/>,
64<xref linkend="openssl"/>,
65<xref linkend="libart_lgpl"/>,
66<xref linkend="alsa"/>,
67<xref linkend="libtiff"/>,
68<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
69<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
70<ulink
71url="http://www.research.att.com/sw/tools/graphviz/">Graphviz</ulink>
72and
73<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
74</para></sect4>
75</sect3>
76
77</sect2>
78
79<sect2>
80<title>Installation of <application>kdelibs</application></title>
81
82<para>Install <application>kdelibs</application> with:</para>
83<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
84 --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
85make &amp;&amp;
86make install</command></userinput></screen>
87
88<note><para>If you wish to create the <acronym>API</acronym> documentation and
89you have <application>doxygen</application> and
90<application>Graphviz</application> installed, <command>make apidox</command>
91must be done before <command>make install</command>. This applies to all
92packages which can utilize <application>doxygen</application>.</para></note>
93
94</sect2>
95
96<sect2><title>Command explanations</title>
97<para><parameter>--prefix=&kde-dir;</parameter> : This option tells the process
98to install the package in <filename class="directory">&kde-dir;</filename>.
99</para>
100
101<para><option>--disable-debug</option> : This option causes the
102package to be compiled without debugging code.</para>
103
104<para><option>--disable-dependency-tracking</option> : This option
105speeds up one time builds.</para>
106
107<para><parameter>--enable-fast-malloc=full</parameter> : This option tells
108<acronym>KDE</acronym> programs to use an internal memory allocation
109scheme optimized for <acronym>KDE</acronym>.</para>
110
111<para><option>--disable-pcre</option> : Omit this switch if you have
112<application><acronym>PCRE</acronym></application> installed and you want
113improved regular expression support in the <acronym>KDE</acronym> JavaScript
114engine.</para>
115
116</sect2>
117
118<sect2><title>Contents</title>
119<para><application>kdelibs</application> provides numerous programs and
120libraries needed by <acronym>KDE</acronym> programs.</para>
121
122</sect2>
123
124<sect2><title>Description</title>
125<para>The number of programs and libraries installed by
126<application>kdelibs</application> prohibits an explanation of each one in this
127section. Instead, see the <ulink url="http://docs.kde.org/">KDE
128Documentation</ulink>.</para>
129
130</sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.