Ignore:
Timestamp:
06/13/2004 08:05:17 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
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
Children:
feeb99a
Parents:
0931098
Message:

Part IX xml update

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdelibs.xml

    r0931098 r60384c68  
     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
    115<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
    216<?dbhtml filename="kdelibs.html"?>
    317<title>kdelibs-&kde-version;</title>
     18
     19<sect2>
     20<title>Introduction to <application>kdelibs</application></title>
     21
     22<para>This package includes libraries that are central to the
     23development and execution of a <acronym>KDE</acronym> program, as well
     24as internationalization files for these libraries, misc
     25<acronym>HTML</acronym> documentation, theme modules and regression
     26tests.</para>
     27
     28<sect3><title>Package information</title>
     29<itemizedlist spacing='compact'>
     30<listitem><para>Download (HTTP): <ulink
     31url="&kdelibs-download-http;"/></para></listitem>
     32<listitem><para>Download (FTP): <ulink
     33url="&kdelibs-download-ftp;"/></para></listitem>
     34<listitem><para>Download size: &kdelibs-size;</para></listitem>
     35<listitem><para>Estimated Disk space required:
     36&kdelibs-buildsize;</para></listitem>
     37<listitem><para>Estimated build time:
     38&kdelibs-time;</para></listitem></itemizedlist>
     39</sect3>
     40
     41<sect3><title>Additional downloads</title>
     42<itemizedlist spacing='compact'>
     43<listitem><para>Required patch: <ulink
     44url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
     45<listitem><para>Required patch: <ulink
     46url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
     47</itemizedlist></sect3>
     48
     49<sect3><title><application>kdelibs</application> dependencies</title>
     50<sect4><title>Required</title>
     51<para><xref linkend="kde-core-arts"/></para></sect4>
     52<sect4><title>Optional</title>
     53<para>
     54<xref linkend="libxml2"/>,
     55<xref linkend="libxslt"/>,
     56<xref linkend="cups"/>,
     57<xref linkend="openldap"/>,
     58<xref linkend="fam"/>,
     59<xref linkend="pcre"/>,
     60<xref linkend="openssl"/>,
     61<xref linkend="libart_lgpl"/>,
     62<xref linkend="alsa"/>,
     63<xref linkend="libtiff"/>,
     64<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     65<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     66<ulink
     67url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     68and
     69<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     70</para></sect4>
     71</sect3>
     72
     73</sect2>
     74
     75<sect2>
     76<title>Installation of <application>kdelibs</application></title>
     77
     78<para>Install <application>kdelibs</application> with:</para>
     79<screen><userinput><command>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
     80patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
     81./configure --prefix=&kde-dir; --disable-debug \
     82    --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
     83make &amp;&amp;
     84make install</command></userinput></screen>
     85
     86<note><para>If you wish to create the <acronym>API</acronym>
     87documentation and you have
     88doxygen and graphviz installed, <command>make apidox</command> must be
     89done
     90before <command>make install</command>. This applies to all packages
     91which can utilize doxygen.</para></note>
     92
     93</sect2>
     94
     95<sect2><title>Command explanations</title>
     96<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
     97the process to install the package in <filename
     98class="directory">&kde-dir;</filename>.</para>
     99
     100<para><parameter>--disable-debug</parameter> : This option causes the
     101system to be compiled without debugging code.</para>
     102
     103<para><parameter>--disable-dependency-tracking</parameter> : This option
     104speeds up one time builds.</para>
     105
     106<para><parameter>--enable-fast-malloc=full</parameter> : This option
     107tells
     108<acronym>KDE</acronym> programs to use an internal memory allocation
     109scheme
     110optimized for <acronym>KDE</acronym>.</para>
     111
     112<para><parameter>--disable-pcre</parameter> : Omit this switch if you
     113have <acronym>PCRE</acronym> installed and you want improved regular
     114expression support
     115in the <acronym>KDE</acronym> JavaScript engine.</para>
     116
     117</sect2>
    4118 
    5 &kdelibs-intro;
    6 &kdelibs-inst;
    7 &kdelibs-exp;
    8 &kdelibs-desc;
     119<sect2><title>Contents</title>
     120<para>kdelibs provides numerous libraries needed by
     121<acronym>KDE</acronym> programs.</para>
     122
     123</sect2>
    9124
    10125</sect1>
Note: See TracChangeset for help on using the changeset viewer.