Admin/polyml/README
author wenzelm
Sat, 17 Dec 2016 13:42:25 +0100
changeset 64578 7b20f9f94f4e
parent 64544 d23b7c9b9dd4
child 65032 42b92fa72a51
permissions -rw-r--r--
tuned;

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

This compilation of Poly/ML (http://www.polyml.org) is based on the repository
version https://github.com/polyml/polyml/commit/8529546198aa

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
        10-Dec-2016