mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added index items to kdelibs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3386 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
6275877d0d
commit
7c27bc8024
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 3rd, 2005 [bdubbs]: Added index items to
|
||||
kdelibs.</para></listitem>
|
||||
|
||||
<listitem><para>February 3rd, 2005 [bdubbs]: Added index items to
|
||||
aRts.</para></listitem>
|
||||
|
||||
|
@ -19,6 +19,9 @@
|
||||
</sect1info>
|
||||
<?dbhtml filename="kdelibs.html"?>
|
||||
<title><application>kdelibs</application>-&kde-version;</title>
|
||||
<indexterm zone="kdelibs">
|
||||
<primary sortas="a-kdelibs">Kdelibs</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>kdelibs</application></title>
|
||||
@ -101,8 +104,7 @@ patch -Np0 kio/kio/job.cpp ../post-3.3.2-kdelibs-kio.diff &&
|
||||
patch -Np0 -i ../post-3.3.2-kdelibs-kioslave.patch &&
|
||||
./configure --prefix=&kde-dir; --disable-debug \
|
||||
--disable-dependency-tracking --enable-fast-malloc=full &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
make</command></userinput></screen>
|
||||
|
||||
<note><para>If you wish to create the <acronym>API</acronym> documentation and
|
||||
you have <application>Doxygen</application> and
|
||||
@ -110,6 +112,10 @@ you have <application>Doxygen</application> and
|
||||
must be done before <command>make install</command>. This applies to all
|
||||
packages which can utilize <application>Doxygen</application>.</para></note>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Command explanations</title>
|
||||
@ -135,12 +141,44 @@ engine.</para> -->
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Contents</title>
|
||||
<para><application>kdelibs</application> provides numerous programs and
|
||||
libraries needed by <acronym>KDE</acronym> programs.</para>
|
||||
|
||||
</sect2>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>kspell</seg>
|
||||
<seg>Numerous KDE liraries</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
|
||||
<varlistentry id="kspell">
|
||||
<term><command>kspell</command></term>
|
||||
<listitem>
|
||||
<para>is the spelling checker used by KDE applications such as Kate, KMail, and KWord.
|
||||
It is a GUI frontend to International ISpell and ASpell.</para>
|
||||
<indexterm zone="kdelibs kspell">
|
||||
<primary sortas="b-kspell">kspell</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="kde-libraries">
|
||||
<term><filename class='libraryfile'>KDE Libraries</filename></term>
|
||||
<listitem>
|
||||
<para>contains essential functions that are needed by KDS applications.</para>
|
||||
<indexterm zone="kdelibs kde-libraries">
|
||||
<primary sortas="c-kde-libraries">kde-libraries</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
<para>The number of programs and libraries installed by
|
||||
<application>kdelibs</application> prohibits an explanation of each one in this
|
||||
section. Instead, see the <ulink url="http://docs.kde.org/">KDE
|
||||
|
Loading…
Reference in New Issue
Block a user