Noeud: Installation, Noeud « Previous »: Supported Machines, Noeud « Up »: Installing DyALog



Installation

More detailled explanations are given in INSTALL when installing from a source distribution.

Configuring DyALog

  1. Run ./configure to generate the various Makefiles.

Installing DyALog

  1. Type make to build DyALog.
  2. [optional] Type make check to run the test suite. Perl modules Test::Cmd and Test::Simple are needed for this step.
  3. Type make install to export the program binaries and librairies.
  4. [optional] Type make clean.