Installation instructions:
Linux
Installation instructions are in the archive in the file INSTALL. As a guideline, on a Red-Hat like linux (CentOS, Scientific Linux, Fedora), prior to installing Numbat, you should get the livraries gtk2-devel, libglade2-devel and gsl-devel which you can usually do with the command (as root)
yum install gtk2-devel
yum install libglade2-devel
yum install gsl-devel
On a recent ubuntu like Linux, the librairies have slightly different name (libgtk2.0-dev, libglade2-dev and libgsl0-dev), which you can install with the commands:
sudo apt-get install libgtk2.0-dev
sudo apt-get install libglade2-dev
sudo apt-get install libgsl0-dev
It also could be that you need to install gcc compiler, if it is not already installed ('yum install gcc' or 'sudo apt-get install gcc')
Windows XP / 2000
Numbat
has been designed to work on Linux systems. It has been compiled for
windows; however the windows libraries used to compile it are not
necessarily fully stable. You should preferentially use Numbat under
Linux. If you still want to run it for windows, the installation
process is very easy, just start the setup_numbat.exe file and let
yourself guided through.
Mac
Installation
on Macintosh should be the same than on Linux, however the installation
of required libraries (and their correct version) can be more
challenging. It is not recommended for the moment.