source: kde/inst/kde-libs.xml@ 00bb024c

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 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 00bb024c was 00bb024c, checked in by Larry Lawrence <larry@…>, 20 years ago

fixed chunk xsl in connect to kde

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

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<sect1 id="kde-libs" xreflabel="kdelibs-&kde-version;">
2<?dbhtml filename="kdelibs.html"?>
3<title>kdelibs-&kde-version;</title>
4
5<sect2>
6<title>Introduction to <application>kdelibs</application></title>
7
8<para>This package includes libraries that are central to the
9development and execution of a <acronym>KDE</acronym> program, as well
10as internationalization files for these libraries, misc
11<acronym>HTML</acronym> documentation, theme modules and regression
12tests.</para>
13
14<sect3><title>Package information</title>
15<itemizedlist spacing='compact'>
16<listitem><para>Download (HTTP): <ulink url="&kde-libs-download-http;"/></para></listitem>
17<listitem><para>Download (FTP): <ulink url="&kde-libs-download-ftp;"/></para></listitem>
18<listitem><para>Download size: &kde-libs-size;</para></listitem>
19<listitem><para>Estimated Disk space required: &kde-libs-buildsize;</para></listitem>
20<listitem><para>Estimated build time: &kde-libs-time;</para></listitem></itemizedlist>
21</sect3>
22
23<sect3><title><application>kdelibs</application> dependencies</title>
24<sect4><title>Required</title>
25<para><xref linkend="kde-core-arts"/></para></sect4>
26<sect4><title>Optional</title>
27<para>
28<xref linkend="libxml2"/>,
29<xref linkend="libxslt"/>,
30<xref linkend="cups"/>,
31<xref linkend="openldap"/>,
32<xref linkend="fam"/>,
33<xref linkend="pcre"/>,
34<xref linkend="openssl"/>,
35<xref linkend="libart_lgpl"/>,
36<xref linkend="alsa"/>,
37<xref linkend="libtiff"/>,
38<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
39<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
40<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
41<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
42</para></sect4>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application>kdelibs</application></title>
49
50<para>Install <application>kdelibs</application> with:</para>
51<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
52 --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
53make &amp;&amp;
54make install</command></userinput></screen>
55
56<note><para>If you wish to create the <acronym>API</acronym> documentation and you have
57doxygen and graphviz installed, <command>make apidox</command> must be done
58before <command>make install</command>. This applies to all packages
59which can utilize doxygen.</para></note>
60
61</sect2>
62
63<sect2><title>Command explanations</title>
64<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
65the process to install the package in <filename
66class="directory">&kde-dir;</filename>.</para>
67
68<para><parameter>--disable-debug</parameter> : This option causes the
69system to be compiled without debugging code.</para>
70
71<para><parameter>--disable-dependency-tracking</parameter> : This option
72speeds up one time builds.</para>
73
74<para><parameter>--enable-fast-malloc=full</parameter> : This option tells
75<acronym>KDE</acronym> programs to use an internal memory allocation scheme
76optimized for <acronym>KDE</acronym>.</para>
77
78<para><parameter>--disable-pcre</parameter> : Omit this switch if you
79have <acronym>PCRE</acronym> installed and you want improved regular expression support
80in the <acronym>KDE</acronym> JavaScript engine.</para>
81
82</sect2>
83
84<sect2>
85<title>Configuring <application>kdelibs</application></title>
86
87<sect3><title>Configuration Information</title>
88
89<para>Add <filename class="directory">/opt/kde/bin</filename> to
90your <envar>PATH</envar> environment variable:</para>
91
92<screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen>
93
94</sect3>
95</sect2>
96
97<sect2><title>Contents</title>
98<para>kdelibs provides numerous libraries needed by
99<acronym>KDE</acronym> programs.</para>
100
101</sect2>
102</sect1>
Note: See TracBrowser for help on using the repository browser.