Admin/polyml/README
author wenzelm
Wed, 14 Dec 2016 18:22:18 +0100
changeset 64568 a504a3dec35a
parent 64544 d23b7c9b9dd4
child 65032 42b92fa72a51
permissions -rw-r--r--
more careful derivation_closed / close_derivation;

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