aspell-0.50.3

Introduction to aspell-0.50.3

Download location (HTTP):       
Download location (FTP):        ftp://ftp.gnu.org/gnu/aspell/aspell-0.50.3.tar.gz
Version used:                   0.50.3
Package size:                   917 KB
Estimated Disk space required:  9.4 MB

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

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 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 aspell library is a spell checking library interface.