source: kde/core/kdelibs.xml@ a0f03b0

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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 4.4 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 "13 MB">
10<!ENTITY kdelibs-buildsize "160 MB">
11<!ENTITY kdelibs-time "12.6 SBU">
12
13]>
14
15<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
16<sect1info>
17<othername>$LastChangedBy: $</othername>
18<date>$Date: $</date>
19</sect1info>
20<?dbhtml filename="kdelibs.html"?>
21<title>kdelibs-&kde-version;</title>
22
23<sect2>
24<title>Introduction to <application>kdelibs</application></title>
25
26<para>This package includes libraries that are central to the
27development and execution of a <acronym>KDE</acronym> program, as well
28as internationalization files for these libraries, misc
29<acronym>HTML</acronym> documentation, theme modules and regression
30tests.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&kdelibs-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&kdelibs-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &kdelibs-size;</para></listitem>
39<listitem><para>Estimated Disk space required:
40&kdelibs-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&kdelibs-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title>Additional downloads</title>
46<itemizedlist spacing='compact'>
47<listitem><para>Required Patch: <ulink
48url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
49<listitem><para>Required Patch: <ulink
50url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
51</itemizedlist></sect3>
52
53<sect3><title><application>kdelibs</application> dependencies</title>
54<sect4><title>Required</title>
55<para><xref linkend="kde-core-arts"/></para></sect4>
56<sect4><title>Optional</title>
57<para>
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>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
84patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
85./configure --prefix=&kde-dir; --disable-debug \
86 --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
87make &amp;&amp;
88make install</command></userinput></screen>
89
90<note><para>If you wish to create the <acronym>API</acronym>
91documentation and you have
92doxygen and graphviz installed, <command>make apidox</command> must be
93done
94before <command>make install</command>. This applies to all packages
95which can utilize doxygen.</para></note>
96
97</sect2>
98
99<sect2><title>Command explanations</title>
100<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
101the process to install the package in <filename
102class="directory">&kde-dir;</filename>.</para>
103
104<para><parameter>--disable-debug</parameter> : This option causes the
105system to be compiled without debugging code.</para>
106
107<para><parameter>--disable-dependency-tracking</parameter> : This option
108speeds up one time builds.</para>
109
110<para><parameter>--enable-fast-malloc=full</parameter> : This option
111tells
112<acronym>KDE</acronym> programs to use an internal memory allocation
113scheme
114optimized for <acronym>KDE</acronym>.</para>
115
116<para><parameter>--disable-pcre</parameter> : Omit this switch if you
117have <acronym>PCRE</acronym> installed and you want improved regular
118expression support
119in the <acronym>KDE</acronym> JavaScript engine.</para>
120
121</sect2>
122
123<sect2><title>Contents</title>
124<para>kdelibs provides numerous libraries needed by
125<acronym>KDE</acronym> programs.</para>
126
127</sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.