Admin/polyml/README
author wenzelm
Fri, 17 Feb 2017 19:37:14 +0100
changeset 65032 42b92fa72a51
parent 64544 d23b7c9b9dd4
child 65805 d3c5898f1a5e
permissions -rw-r--r--
updated to polyml-5.7 pre-release from repository;

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/6307085deb18

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
        17-Feb-2017