	DyALog 1.12.0 installation

What you need
=============

   This package should be installed on Linux/i*86 machines and requires:

   - Perl 5
   - gcc
   - Boehm's Garbage Collector library (> version 6.1)
     http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html
   - bison > 2.3 or byacc
   - flex

   For developpers starting from the Subversion repository:
    - texinfo
    - automake >= 1.10
    - autoconf >= 2.60

   To test DyALog with 'make check' you need the Perl module:
    - Test::Cmd


How to compile and install
==========================

   - ./configure
   - make postsvn (only needed IF you have made an initial checkout from the svn repository.
     	  	   Otherwise you will get an error message like:
		   make[1]: ../Compiler/dyalog : commande introuvable)
   - make 
   - make check (optional)
   - make install (as root)

   !! For developpers starting from the Subversion repository: 

   If you have a version < to 2.60 of autoconf and do not wish to
   upgrade autoconf, in configure.ac replace the following line

   _AC_SRCDIRS(["."])

   by

   _AC_SRCPATHS(["."])
