REQUIREMENTS
============

You need GCC or Xcode and Xcode command line tools.

Also you need gnustep-make 

   ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-make-2.6.7.tar.gz

GSL libraries

   http://www.gnu.org/software/gsl/

and the Renaissance framework from SVN

   svn co http://svn.gna.org/svn/gnustep/libs/renaissance/trunk/ Renaissance


COMPILING
=========

If needed change the compilation flags at GNUmakefile.preamble.
Find the script 'GNUstep.sh' on your system (probably on
 /Library/Makefiles/GNUstep.sh), then source it:

  . /Library/Makefiles/GNUstep.sh

Then, 

  make

That should compile the program and put it into a directory called
'FisicaLab.app'.  The standard way of starting the program is then:

  open FisicaLab


INSTALLING
==========

Type, as root:

  make install

to install the program. Once installed, you should be able to run it using

  open FisicaLab
