This file describes how to build and install the spellchecker.

Install Python
===============

https://wiki.python.org/moin/BeginnersGuide/Download

Dependencies
============

* SCons


Build
=====

To build the spellchecker with the default modules, run:

    scons

To build the special version for Galician translators, with the terminological agreements by the Trasno Project, run:

    scons aff=norma,trasno,unidades dic=iso639,iso4217,trasno,unidades,volga

To rebuild after changing some files:

    scons -c && scons

For information on how to build a customized spellchecker (i.e. non-standard vocabulary and extensions) run:

    scons -h
