Changeset 7c27bc8
- Timestamp:
- 02/04/2005 02:09:31 AM (20 years ago)
- 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fb31251
- Parents:
- 6275877
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r6275877 r7c27bc8 22 22 23 23 <itemizedlist> 24 25 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to 26 kdelibs.</para></listitem> 24 27 25 28 <listitem><para>February 3rd, 2005 [bdubbs]: Added index items to -
kde/core/kdelibs.xml
r6275877 r7c27bc8 20 20 <?dbhtml filename="kdelibs.html"?> 21 21 <title><application>kdelibs</application>-&kde-version;</title> 22 <indexterm zone="kdelibs"> 23 <primary sortas="a-kdelibs">Kdelibs</primary> 24 </indexterm> 22 25 23 26 <sect2> … … 102 105 ./configure --prefix=&kde-dir; --disable-debug \ 103 106 --disable-dependency-tracking --enable-fast-malloc=full && 104 make && 105 make install</command></userinput></screen> 107 make</command></userinput></screen> 106 108 107 109 <note><para>If you wish to create the <acronym>API</acronym> documentation and … … 110 112 must be done before <command>make install</command>. This applies to all 111 113 packages which can utilize <application>Doxygen</application>.</para></note> 114 115 <para>Now, as the root user:</para> 116 117 <screen><userinput role='root'><command>make install</command></userinput></screen> 112 118 113 119 </sect2> … … 136 142 137 143 <sect2><title>Contents</title> 138 <para><application>kdelibs</application> provides numerous programs and139 libraries needed by <acronym>KDE</acronym> programs.</para>140 144 141 </sect2> 145 <segmentedlist> 146 <segtitle>Installed Programs</segtitle> 147 <segtitle>Installed Libraries</segtitle> 148 149 <seglistitem> 150 <seg>kspell</seg> 151 <seg>Numerous KDE liraries</seg> 152 </seglistitem> 153 </segmentedlist> 142 154 143 <sect2><title>Description</title> 144 <para>The number of programs and libraries installed by 145 <application>kdelibs</application> prohibits an explanation of each one in this 146 section. Instead, see the <ulink url="http://docs.kde.org/">KDE 155 <variablelist> 156 <bridgehead renderas="sect3">Short Descriptions</bridgehead> 157 <?dbfo list-presentation="list"?> 158 159 <varlistentry id="kspell"> 160 <term><command>kspell</command></term> 161 <listitem> 162 <para>is the spelling checker used by KDE applications such as Kate, KMail, and KWord. 163 It is a GUI frontend to International ISpell and ASpell.</para> 164 <indexterm zone="kdelibs kspell"> 165 <primary sortas="b-kspell">kspell</primary> 166 </indexterm> 167 </listitem> 168 </varlistentry> 169 170 <varlistentry id="kde-libraries"> 171 <term><filename class='libraryfile'>KDE Libraries</filename></term> 172 <listitem> 173 <para>contains essential functions that are needed by KDS applications.</para> 174 <indexterm zone="kdelibs kde-libraries"> 175 <primary sortas="c-kde-libraries">kde-libraries</primary> 176 </indexterm> 177 </listitem> 178 </varlistentry> 179 180 </variablelist> 181 182 <para>The number of programs and libraries installed by 183 <application>kdelibs</application> prohibits an explanation of each one in this 184 section. Instead, see the <ulink url="http://docs.kde.org/">KDE 147 185 Documentation</ulink>.</para> 148 186
Note:
See TracChangeset
for help on using the changeset viewer.