Extract the distribution
------------------------
Move the distribution to the correct directory (your $HOME for example).
Extract the source tar file: amaya-src-release.tar.gz
Set up the environment and start the compiling
----------------------------------------------
You have to create a new directory platform-name or obj within the
directory Amaya. Then you have to call the configure application, which
is in the Amaya directory, from within this subdirectory.
For example, if we want to compile Amaya in a LINUX platform, we could do the
following:
[1]>cd Amaya
[2]>mkdir LINUX-ELF
[3]>cd LINUX-ELF
[4]>../configure