aspell-0.50.5

Introduction to aspell

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

Package information

aspell dependencies

Required

which-2.16

Installation of aspell

Install aspell by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Configuring aspell

Configuration Information

After Aspell is installed, at least one dictionary needs to be set up. 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.