aspell-0.50.3

Introduction to aspell

The aspell package contains the aspell library, used to interface to spell checking libraries.

Package information

Installation of aspell

Install aspell by running the following commands:

patch -Np1 -i ../aspell-0.50.3-gcc33-1.patch &&
./configure --prefix=/usr &&
make &&
make install

Configuring aspell

Configuration Information

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

Contents

The aspell package contains the libaspell libraries.

Description

aspell library

The libaspell library is a spell checking library interface.