source: general/genlib/aspell.xml@ f9996f3

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
Last change on this file since f9996f3 was f9996f3, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sum to Aspell instructions

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

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[52d29f7]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
[b8fa16e]7<!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz">
[7b6e8a6]8<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
[f9996f3]9<!ENTITY aspell-md5sum "8fa031d0eb37a5538aa6fefa657e707f">
[7b6e8a6]10<!ENTITY aspell-size "1.6 MB">
11<!ENTITY aspell-buildsize "39.3 MB">
12<!ENTITY aspell-time "0.74 SBU">
[52d29f7]13]>
14
[7b6e8a6]15<sect1 id="aspell" xreflabel="Aspell-&aspell-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="aspell.html"?>
[7b6e8a6]21<title>Aspell-&aspell-version;</title>
[368512b3]22
[52d29f7]23<sect2>
[7b6e8a6]24<title>Introduction to <application>Aspell</application></title>
[b8fa16e]25
[7b6e8a6]26<para>The <application>Aspell</application> package contains an interactive
27spell checking program and the <application>Aspell</application> libraries.
28<application>Aspell</application> can either be used as a library or as an
29independent spell checker.</para>
[b8fa16e]30
[52d29f7]31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&aspell-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&aspell-download-ftp;"/></para></listitem>
[f9996f3]37<listitem><para>Download MD5 sum: &aspell-md5sum;</para></listitem>
[52d29f7]38<listitem><para>Download size: &aspell-size;</para></listitem>
[7b6e8a6]39<listitem><para>Estimated disk space required:
[52d29f7]40&aspell-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&aspell-time;</para></listitem></itemizedlist>
43</sect3>
[b8fa16e]44
[c03da74e]45<sect3><title>Additional download(s)</title>
46<para>You'll need to download at least one dictionary. The link below will take
47you to a page containing links to dictionaries in many languages.</para>
[7b6e8a6]48
[c03da74e]49<itemizedlist spacing='compact'>
[7b6e8a6]50<listitem><para>Aspell dictionaries: <ulink
[c03da74e]51url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem>
[7b6e8a6]52</itemizedlist>
53</sect3>
[c03da74e]54
[7b6e8a6]55<sect3><title><application>Aspell</application> dependencies</title>
[52d29f7]56<sect4><title>Required</title>
[7b6e8a6]57<para><xref linkend="which"/></para>
58</sect4>
[52d29f7]59</sect3>
[b8fa16e]60
[52d29f7]61</sect2>
62
63<sect2>
[7b6e8a6]64<title>Installation of <application>Aspell</application></title>
[b8fa16e]65
[7b6e8a6]66<para>Install <application>Aspell</application> by running the following
[d140e26]67commands:</para>
[b8fa16e]68
[52d29f7]69<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
70make &amp;&amp;
71make install</command></userinput></screen>
[b8fa16e]72
[52d29f7]73</sect2>
74
75<sect2>
[7b6e8a6]76<title>Configuring <application>Aspell</application></title>
[b8fa16e]77
[52d29f7]78<sect3><title>Configuration Information</title>
[b8fa16e]79
[7b6e8a6]80<para>After <application>Aspell</application> is installed, you must set up at
[c03da74e]81least one dictionary. Install one or more dictionaries by running the following
[d140e26]82commands:</para>
[c03da74e]83
[52d29f7]84<screen><userinput><command>./configure &amp;&amp;
85make &amp;&amp;
86make install</command></userinput></screen>
87</sect3>
[b8fa16e]88
[52d29f7]89</sect2>
90
91<sect2>
92<title>Contents</title>
[b8fa16e]93
[7b6e8a6]94<para>The <application>Aspell</application> package contains
95<command>aspell</command>,
96<command>aspell-import</command>,
97<command>precat</command>,
98<command>preunzip</command>,
99<command>prezip</command>,
100<command>prezip-bin</command>,
101<command>pspell-config</command>,
102<command>run-with-aspell</command>,
103<command>word-list-compress</command>,
104filters, dictionaries, compatibility scripts and the
105<filename class='libraryfile'>libaspell</filename> and
106<filename class='libraryfile'>libpspell</filename> libraries.</para>
[b8fa16e]107
[52d29f7]108</sect2>
[b8fa16e]109
[52d29f7]110<sect2><title>Description</title>
[b8fa16e]111
[7b6e8a6]112<sect3><title>aspell</title>
113<para><command>aspell</command> is a utility that can function as an
114<command>ispell -a</command> replacement, as an independent spell checker, as
115a test utility to test out <application>Aspell</application> features, and as
116a utility for managing dictionaries.</para></sect3>
117
118<sect3><title>aspell-import</title>
119<para><command>aspell-import</command> imports old personal dictionaries into
120<application>Aspell</application>.</para></sect3>
121
122<sect3><title>precat</title>
123<para><command>precat</command> decompresses a <command>prezip</command>ped
124file to stdout.</para></sect3>
125
126<sect3><title>preunzip</title>
127<para><command>preunzip</command> decompresses a <command>prezip</command>ped
128file.</para></sect3>
129
130<sect3><title>prezip</title>
131<para><command>prezip</command> is a prefix delta compressor, used to compress
132sorted word lists or other similar text files.</para></sect3>
133
134<sect3><title>prezip-bin</title>
135<para><command>prezip-bin</command> is called by the various wrapper scripts to
136perform the actual compressing and decompressing.</para></sect3>
137
138<sect3><title>pspell-config</title>
139<para><command>pspell-config</command> displays information about the
140<filename class='libraryfile'>libpspell</filename> installation, mostly for use
141in build scripts.</para></sect3>
142
143<sect3><title>run-with-aspell</title>
144<para><command>run-with-aspell</command> is a script to help use
145<application>Aspell</application> as an <command>ispell</command>
146replacement.</para></sect3>
147
148<sect3><title>word-list-compress</title>
149<para><command>word-list-compress</command> compresses or decompresses sorted
150word lists for use with the <application>Aspell</application> spell
151checker.</para></sect3>
152
[d140e26]153<sect3><title>aspell libraries</title>
[7b6e8a6]154<para>The <filename class='libraryfile'>lib{a,p}spell</filename> libraries
155are spell checking library interfaces.</para></sect3>
[b8fa16e]156
[52d29f7]157</sect2>
[368512b3]158
159</sect1>
160
Note: See TracBrowser for help on using the repository browser.