Installation
Installing the Windows Binary Distributions
To install the Windows binaries simply double click on the downloaded executable. If you already have a version of eispice installed make sure you uninstall it before installing a new version. (you can uninstall it using Window's Add/Remove Software tool).
You will need to install Python 2.5 before installing eispice for the first time. In order to use eispice you will also need to have the Numpy Python Module installed. You will also require a Text Editor, I recommend Scite for Windows with Extensions.
Building from Source Code (Linux Users, etc...)
To install from the source code, uncompressed the downloaded file, cd into the eispice-x.x directory and run "make install". This should work on most Linux Distros and under cygwin (depending on what cygwin packages you have installed).
If you have any installation / build issues please let me know at
charles@thedigitalmachine.net
.
Source Code Notes
eispice includes some automatically generated C code. Unless you're doing development you shouldn't need to regenerate them but if for some reason you do you will need lemon and re2c. You can get the latest version from the tool's web-pages or download local copies here:
lemon-1.36.tar.bz2
re2c-0.10.3.tar.gz