2 Installation
You can download WAchecker from
http://www.freebsoft.org/wahelper.
WAchecker requires the following software for its installation and
operation:
- Python 2.3 or higher.
- Python distutils. They are part of Python distribution, but some
operating system distributions deliver them in a separate package.
- Yappy, a parser generator for Python, available at
http://www.ncc.up.pt/fado/Yappy/ or in your operating system
distribution.
After you have WAchecker downloaded and all the required software
installed, you can perform installation in the following steps:
- Unpack WAchecker distribution and switch to its top level directory.
- Edit config.py file to your needs. You may want to change
especially the
cache_directory
and test_directories
variables.
- Run
./setup.py install
.
- If you want to build documentation, switch to the doc/
subdirectory and run make info, make pdf and make
html to build Info, PDF and HTML version of the manual respectively.