Ignore:
Timestamp:
02/15/2004 08:24:56 AM (21 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
b9f497de
Parents:
b3154efc
Message:

kde update - part 1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/inst/kde-libs.xml

    rb3154efc r0f7ddd7  
    2424<para><xref linkend="kde-core-arts"/></para></sect4>
    2525<sect4><title>Optional</title>
    26 <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
    27 linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
    28 linkend="libfam"/>, <xref linkend="libart_lgpl"/>,
    29 <xref linkend="cups"/>, <xref linkend="openldap"/>, <xref
    30 linkend="alsa"/>, <xref linkend="libtiff"/>,
    31 <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
    32 and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
     26<para>
     27<xref linkend="libxml2"/>,
     28<xref linkend="libxslt"/>,
     29<xref linkend="cups"/>,
     30<xref linkend="openldap"/>,
     31<xref linkend="libfam"/>,
     32<xref linkend="pcre"/>,
     33<xref linkend="openssl"/>,
     34<xref linkend="libart_lgpl"/>,
     35<xref linkend="alsa"/>,
     36<xref linkend="libtiff"/>,
     37<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
     38<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
     39<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink> and
     40<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    3341</para></sect4>
    3442</sect3>
     
    5058make &amp;&amp;
    5159make install</command></userinput></screen>
     60
     61<note><para>If you wish to create the <acronym>API</acronym> documentation and you have
     62doxygen and graphviz installed, <command>make apidox</command> must be done
     63before <command>make install</command>. This applies to all packages
     64which can utilize doxygen.</para></note>
    5265
    5366</sect2>
     
    7487</sect2>
    7588
     89<sect2>
     90<title>Configuring <application>kdelibs</application></title>
     91
     92<sect3><title>Configuration Information</title>
     93
     94<para>Add <filename class="directory">/opt/kde/bin</filename> to
     95your <envar>PATH</envar> environment variable:</para>
     96
     97<screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen>
     98
     99</sect3>
     100</sect2>
     101
    76102<sect2><title>Contents</title>
    77103<para>kdelibs provides numerous libraries needed by
Note: See TracChangeset for help on using the changeset viewer.