%general-entities; ]> $LastChangedBy$ $Date$ aspell-&aspell-version;.tar aspell Aspell-&aspell-version; Aspell Introduction to Aspell The Aspell package contains an interactive spell checking program and the Aspell libraries. Aspell can either be used as a library or as an independent spell checker. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &aspell-md5sum; Download size: &aspell-size; Estimated disk space required: &aspell-buildsize; Estimated build time: &aspell-time; Additional Downloads You'll need to download at least one dictionary. The link below will take you to a page containing links to dictionaries in many languages. Aspell dictionaries: Aspell Dependencies Required Optional Installation of Aspell Install Aspell by running the following commands: ./configure --prefix=/usr && make Pre-built HTML documentation is included in the package. If you have TeX installed and you wish to build additional formats of the documentation, issue any or all of the following commands: make -C manual pdf && make -C manual pdf && make -C manual ps && cd manual && makeinfo --plaintext -o aspell.txt aspell.texi && makeinfo --plaintext -o aspell-dev.txt aspell-dev.texi && cd .. This package does not come with a test suite. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/aspell-&aspell-version;/aspell{,-dev}.html && install -v -m644 manual/aspell.html/* \ /usr/share/doc/aspell-&aspell-version;/aspell.html && install -v -m644 manual/aspell-dev.html/* \ /usr/share/doc/aspell-&aspell-version;/aspell-dev.html If you built additional formats of the documentation, install them by issuing the following command as the root user: install -v -m644 manual/aspell{,-dev}.{ps,pdf,dvi,txt} \ /usr/share/doc/aspell-&aspell-version; If you do not plan to install Ispell, then copy the wrapper script ispell: install -v -m 755 scripts/ispell /usr/bin/ If you do not plan to install Spell, then copy the wrapper script spell: install -v -m 755 scripts/spell /usr/bin/ Command Explanations make -C manual pdf: This command is listed twice as the first time it runs it will display an error and abort, although it creates the requested file. Running the command again ensures the other file is also created. Configuring Aspell Configuration Information After Aspell is installed, you must set up at least one dictionary. Install one or more dictionaries by running the following commands: ./configure && make Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directories aspell, aspell-import, precat, preunzip, prezip, prezip-bin, pspell-config, run-with-aspell, word-list-compress and optionally, ispell and spell libaspell.so and libpspell.so /usr/include/pspell and /usr/lib/aspell-0.60 Short Descriptions aspell is a utility that can function as an ispell -a replacement, as an independent spell checker, as a test utility to test out Aspell features, and as a utility for managing dictionaries. aspell ispell is a wrapper around aspell to invoke it in ispell compatible mode. ispell spell is a wrapper around aspell to invoke it in spell compatible mode. spell aspell-import imports old personal dictionaries into Aspell. aspell-import precat decompresses a prezipped file to stdout. precat preunzip decompresses a prezipped file. preunzip prezip is a prefix delta compressor, used to compress sorted word lists or other similar text files. prezip prezip-bin is called by the various wrapper scripts to perform the actual compressing and decompressing. prezip-bin pspell-config displays information about the libpspell installation, mostly for use in build scripts. pspell-config run-with-aspell is a script to help use Aspell as an ispell replacement. run-with-aspell word-list-compress compresses or decompresses sorted word lists for use with the Aspell spell checker. word-list-compress libaspell.so contains spell checking API functions. libaspell.so libpspell.so is an interface to the libaspell library. All the spell checking functionality is now in libaspell but this library is included for backward compatibility. libpspell.so