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 MD5 sum: d5d867e62776524f60b3b5dcc3d8014f
Download size: 1.2 MB
Estimated disk space required: 11 MB
Estimated build time: less than 0.1 SBU
The first step is to create local.h.
sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" \ local.h.linux > local.h
By default, ispell only installs an American English dictionary. To set up other languages, check out the config.X file for the #define entry to append to local.h.
Build ispell using the following commands:
make
To test the build, issue: make test.
Now, as the root user:
make install
sed -e "s:/usr/local:/usr:g" -e "s:/lib:/share/ispell:" local.h.linux > local.h: This command corrects the installation directories of the package.
Last updated on 2005-08-01 13:29:19 -0600