The aspell package contains the aspell library, used to interface to spell checking libraries.
Download (FTP): ftp://ftp.gnu.org/gnu/aspell/aspell-0.50.5.tar.gz
Download size: 917 KB
Estimated Disk space required: 9.8 MB
Estimated build time: 0.97 SBU
Install aspell by running the following commands:
./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
The aspell package contains the libaspell libraries.