Admin/polyml/README
author nipkow
Thu, 09 Nov 2017 09:08:14 +0100
changeset 67038 db3e2240f830
parent 65805 d3c5898f1a5e
child 67099 3345d53e7c58
permissions -rw-r--r--
tuned

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