Admin/polyml/README
author blanchet
Thu, 24 Aug 2017 10:47:56 +0200
changeset 66494 8645dc296dca
parent 65805 d3c5898f1a5e
child 67099 3345d53e7c58
permissions -rw-r--r--
tuning (proofs and code)

Poly/ML for Isabelle
====================

This compilation of Poly/ML 5.7 (http://www.polyml.org) is based on the
source distribution from https://github.com/polyml/polyml/releases/tag/v5.7

The Isabelle repository provides the administrative tool "build_polyml",
which can be used in the polyml component directory as follows.

* Linux:

  $ isabelle build_polyml -m32 -s sha1 src --with-gmp
  $ isabelle build_polyml -m64 -s sha1 src --with-gmp

* Mac OS X:

  $ isabelle build_polyml -m32 -s sha1 src --without-gmp
  $ isabelle build_polyml -m64 -s sha1 src --without-gmp

* Windows (Cygwin shell)

  $ isabelle build_polyml -M /cygdrive/c/msys64 -m32 -s sha1 src --with-gmp
  $ isabelle build_polyml -M /cygdrive/c/msys64 -m64 -s sha1 src --with-gmp


        Makarius
        12-May-2017