The aspell package contains the aspell library, used to interface to spell checking libraries.
Download (HTTP): http://gd.tuwien.ac.at/gnu/gnusrc/aspell/aspell-0.50.3.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/aspell/aspell-0.50.3.tar.gz
Download size: 917 KB
Estimated Disk space required: 9.4 MB
Estimated build time: 0.54 SBU
Required patch (HTTP): http://www.linuxfromscratch.org/patches/blfs/5.0/aspell-0.50.3-gcc33-1.patch
Install aspell by running the following commands:
patch -Np1 -i ../aspell-0.50.3-gcc33-1.patch && ./configure --prefix=/usr && make && make install |
After Aspell is installed at least one dictionary needs to be installed. You can find them at http://aspell.net/.
Install your dictionary or dictionaries by running the following commands:
./configure && make && make install |