Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 853 Bytes

INSTALL.md

File metadata and controls

42 lines (27 loc) · 853 Bytes

Binary installation with OPAM

Install OPAM, then:

% opam install herdtools7

Then, to get the newest version:

% opam update
% opam upgrade

Source build

Tools will be installed in PREFIX/bin, and various files in PREFIX/share/herdtools7. By default (see Makefile) PREFIX is $HOME. You can change PREFIX by editing the Makefile, or by running make ... as make PREFIX=yourprefix ....

Requirements

  • OCaml (version >= 4.05.0)
  • dune
  • menhir (version >= 20180530)

We strongly recommend to have this base software installed through the opam package manager.

% opam install dune menhir

Notice: Compilation with ocamlbuild is possible, by setting D=ocb in Makefile.

Build

% make all

Install

% make install