The ispell package contains a spell checker that can handle international languages.
Download (HTTP): http://membled.com/work/patches/ispell/ispell-3.2.06.epa7.tar.bz2
Download size: 1.2 MB
Estimated Disk space required: 11 MB
Estimated build time: 0.03 SBU
The first step is to create local.h.
sed -e "s:/usr/local:/usr:g" local.h.linux > local.h
By default, ispell only installs American English dictionary. To install other languages, check out the config.X file for the define to append to local.h.
Compile and install ispell using the following commands:
make &&
make install
The ispell package contains the ispell program used for spell checking.