next up previous
Next: Program description Up: Guide Previous: How to get the code?

Installation

The first operation that you have to do in order to get the source files is decompressing the file that you have obtained from the web page (which has extension gz). To do that:

  1. Use gunzip :
            $ gunzip -d LFIAML.tar.gz
  2. Use tar :
            $ tar xvf LFIAML.tar

If you do not have any of these tools, contact with the system administrator to known how to obtain them.

Now, you must have this files in your directory:

In this moment you only have to execute the makefile, by writing: make. The compilation will take place and you will get the executable file LFIAML.

This assumes that you have this executable files in your system, and you have in your PATH variable the correct directories where these files are present:

If you are not interested in the source files, you can delete them, maintaining only the LFIAML file in your directory.



David E. Losada Carril
Thu Oct 10 11:33:47 MET 1996