Table of Contents
Installation
UNIX
You should be able to run Spelt from the source tree. If you would like to install Spelt, you can build it using
./setup.py build
and then you can install it with
sudo ./setup.py install
from the source directory.
Windows
The latest release is available here. It is self-containing, so you will not need to download or install anything else.
If you would like to build a stand-alone Windows installer, you will also need to get:
Dependencies
- GTK+ runtime (try to download the bundle, which installs all the GTK-related packages at once)