Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 950 Bytes

INSTALL.md

File metadata and controls

44 lines (24 loc) · 950 Bytes

INSTALLING AWE

Requirements

A Unix-like operating system, Gnu C, Python 3, OCaml 4.08 or later, make, ar, markdown and the Boehm GC.

Ubuntu or Debian Linux are ideal. Awe is reported to successfully compile and run the test and example programs on macOS.

On Debian or Ubuntu install these packages:

 gcc ocaml-nox python3 python3-markdown binutils make libgc-dev

Building Awe

These are commands to compile and install Awe, to be run from within the awe/ source code directory:

make

This builds Awe, then performs a large number of automated tests on it.

sudo make install

This installs Awe.

The default destination is the standard "/usr/local" directories. Edit Makefile if you do not want this.

man awe

Learn how to run your new Algol W compiler.

That's it, it should be that simple.

Feel free to ask me any questions. My email address is in the distribution files.


Glyn Webster, 2024