source: general/genlib/aspell.xml@ 0e726f8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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
Last change on this file since 0e726f8 was 0e726f8, checked in by Tushar Teredesai <tushar@…>, 19 years ago

Correct download sizes, had used installed size by mistake

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

  • Property mode set to 100644
File size: 10.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY aspell-download-http "http://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
8 <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
9 <!ENTITY aspell-md5sum "ca44ac2fcfdc7213e03d3b5610ce141a">
10 <!ENTITY aspell-size "1.6 MB">
11 <!ENTITY aspell-buildsize "26.0 MB">
12 <!ENTITY aspell-time "0.62 SBU">
13]>
14
15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
16 <?dbhtml filename="aspell.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Aspell-&aspell-version;</title>
24
25 <indexterm zone="aspell">
26 <primary sortas="a-Aspell">Aspell</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Aspell</title>
31
32 <para>The <application>Aspell</application> package contains an interactive
33 spell checking program and the <application>Aspell</application> libraries.
34 <application>Aspell</application> can either be used as a library or as an
35 independent spell checker.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&aspell-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&aspell-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &aspell-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &aspell-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &aspell-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &aspell-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <para>You'll need to download at least one dictionary. The link below will take
61 you to a page containing links to dictionaries in many languages.</para>
62
63 <itemizedlist spacing='compact'>
64 <listitem>
65 <para>Aspell dictionaries: <ulink
66 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Aspell Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para><xref linkend="which"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Aspell</title>
79
80 <para>Install <application>Aspell</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 <para>If you do not plan to install <application>Ispell</application>,
91 then copy the wrapper script <command>ispell</command>:</para>
92
93<screen role="root"><userinput>install -v -m 755 scripts/ispell /usr/bin/</userinput></screen>
94
95 <para>If you do not plan to install <application>Spell</application>,
96 then copy the wrapper script <command>spell</command>:</para>
97
98<screen role="root"><userinput>install -v -m 755 scripts/spell /usr/bin/</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="configuration">
103 <title>Configuring Aspell</title>
104
105 <sect3>
106 <title>Configuration Information</title>
107
108 <para>After <application>Aspell</application> is installed, you must set up at
109 least one dictionary. Install one or more dictionaries by running the following
110 commands:</para>
111
112<screen><userinput>./configure &amp;&amp;
113make</userinput></screen>
114
115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect3>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>aspell, aspell-import, precat, preunzip, prezip, prezip-bin,
133 pspell-config, run-with-aspell, word-list-compress and optionally,
134 ispell and spell</seg>
135 <seg>libaspell.so and libpspell.so</seg>
136 <seg>/usr/include/pspell and /usr/lib/aspell-0.60</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="aspell-prog">
146 <term><command>aspell</command></term>
147 <listitem>
148 <para>is a utility that can function as an
149 <command>ispell -a</command> replacement, as an independent spell checker, as
150 a test utility to test out <application>Aspell</application> features, and as
151 a utility for managing dictionaries.</para>
152 <indexterm zone="aspell aspell-prog">
153 <primary sortas="b-aspell">aspell</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="aspell-ispell">
159 <term><command>ispell</command></term>
160 <listitem>
161 <para>is a wrapper around <command>aspell</command> to invoke it in
162 <command>ispell</command> compatible mode.</para>
163 <indexterm zone="aspell aspell-ispell">
164 <primary sortas="b-ispell">ispell</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="aspell-spell">
170 <term><command>spell</command></term>
171 <listitem>
172 <para>is a wrapper around <command>aspell</command> to invoke it in
173 <command>spell</command> compatible mode.</para>
174 <indexterm zone="aspell aspell-spell">
175 <primary sortas="b-spell">spell</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="aspell-import">
181 <term><command>aspell-import</command></term>
182 <listitem>
183 <para>imports old personal dictionaries into
184 <application>Aspell</application>.</para>
185 <indexterm zone="aspell aspell-import">
186 <primary sortas="b-aspell-import">aspell-import</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="precat">
192 <term><command>precat</command></term>
193 <listitem>
194 <para>decompresses a <command>prezip</command>ped file to
195 stdout.</para>
196 <indexterm zone="aspell precat">
197 <primary sortas="b-precat">precat</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="preunzip">
203 <term><command>preunzip</command></term>
204 <listitem>
205 <para>decompresses a <command>prezip</command>ped file.</para>
206 <indexterm zone="aspell preunzip">
207 <primary sortas="b-preunzip">preunzip</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="prezip">
213 <term><command>prezip</command></term>
214 <listitem>
215 <para>is a prefix delta compressor, used to compress sorted word
216 lists or other similar text files.</para>
217 <indexterm zone="aspell prezip">
218 <primary sortas="b-prezip">prezip</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="prezip-bin">
224 <term><command>prezip-bin</command></term>
225 <listitem>
226 <para>is called by the various wrapper scripts to perform the
227 actual compressing and decompressing.</para>
228 <indexterm zone="aspell prezip-bin">
229 <primary sortas="b-prezip-bin">prezip-bin</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
234 <varlistentry id="pspell-config">
235 <term><command>pspell-config</command></term>
236 <listitem>
237 <para>displays information about the
238 <filename class='libraryfile'>libpspell</filename> installation, mostly for use
239 in build scripts.</para>
240 <indexterm zone="aspell pspell-config">
241 <primary sortas="b-pspell-config">pspell-config</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="run-with-aspell">
247 <term><command>run-with-aspell</command></term>
248 <listitem>
249 <para>is a script to help use <application>Aspell</application>
250 as an <command>ispell</command> replacement.</para>
251 <indexterm zone="aspell run-with-aspell">
252 <primary sortas="b-run-with-aspell">run-with-aspell</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="word-list-compress">
258 <term><command>word-list-compress</command></term>
259 <listitem>
260 <para>compresses or decompresses sorted word lists for use with the
261 <application>Aspell</application> spell checker.</para>
262 <indexterm zone="aspell word-list-compress">
263 <primary sortas="b-word-list-compress">word-list-compress</primary>
264 </indexterm>
265 </listitem>
266 </varlistentry>
267
268 <varlistentry id="libaspell">
269 <term><filename class='libraryfile'>libaspell.so</filename></term>
270 <listitem>
271 <para>contains spell checking API functions.</para>
272 <indexterm zone="aspell libaspell">
273 <primary sortas="c-lib">libaspell.so</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="libpspell">
279 <term><filename class='libraryfile'>libpspell.so</filename></term>
280 <listitem>
281 <para>is an interface to the
282 <filename class='libraryfile'>libaspell</filename> library. All the spell
283 checking funtionality is now in
284 <filename class='libraryfile'>libaspell</filename> but this library is
285 included for backwards compatibility.</para>
286 <indexterm zone="aspell libpspell">
287 <primary sortas="c-libpspell">libpspell.so</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 </variablelist>
293
294 </sect2>
295
296</sect1>
297
Note: See TracBrowser for help on using the repository browser.