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.
Download (HTTP): http://ftp.gnu.org/gnu/aspell/aspell-0.60.5.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.5.tar.gz
Download MD5 sum: 17fd8acac6293336bcef44391b71e337
Download size: 1.7 MB
Estimated disk space required: 40 MB (Additional 8 MB for EN dictionary)
Estimated build time: 0.7 SBU
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: ftp://ftp.gnu.org/gnu/aspell/dict
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/aspell
Install Aspell by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install &&
install -v -m755 -d /usr/share/doc/aspell-0.60.5/aspell{,-dev}.html &&
install -v -m644 manual/aspell.html/* \
/usr/share/doc/aspell-0.60.5/aspell.html &&
install -v -m644 manual/aspell-dev.html/* \
/usr/share/doc/aspell-0.60.5/aspell-dev.html
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/
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
Last updated on 2007-04-04 21:42:53 +0200