Build instructions
==================

ReSCAL package comprises several programs located in src directory.

It has a standard build procedure. From the current directory, type 
the following commands:

./configure
make

Needed development libraries are glib-2.0, gtk+-2.0, gdk-pixbuf and
pthread.


Compiling on Ubuntu
-------------------
If you wish to compile on a recent Ubuntu distribution, make sure 
that the package libgtk2.0-dev are already installed.


Compiling on MacOS X
--------------------
On MacOS X, needed packages are named pkgconfig and gtk2.
Testers wanted for the compilation procedure !


Alternative procedure
---------------------
You may try to use the customizable makefile located in src directory:
cd src
make -f makefile.default

If errors still occur, check the variables in makefile.default.


