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

First, make sure you have GNUstep and GSL installed.  You need:

 gnustep-make 2.0.7 or further
 gnustep-base 1.18.0 or further
 gnustep-gui 0.16.0 or further
 gnustep-back 0.16.0 or further

 (or gnustep-startup 0.22.0 or further)

 gsl 1.10 or further 

installed on your system, with the corresponding development headers.


COMPILING
=========

Find the script 'GNUstep.sh' on your system (on GNU/Linux normally
it's in /usr/GNUstep/System/Library/Makefiles/GNUstep.sh), then source it:

  . /usr/GNUstep/System/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:

  openapp ./FisicaLab.app


INSTALLING
==========

Type, as root:

  make install

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

  openapp FisicaLab.app


RUNNING THE PROGRAM IN ENGLISH
==============================

The program has been translated into the following languages: 

 Spanish
 English

If for some reason FísicaLab don't run on English, please run the GNUstep script at the shell prompt:

  . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

and then:

  defaults write NSGlobalDomain NSLanguages "(English)"

and restart the application.


