Admin/polyml/README
author Lars Hupel <lars.hupel@mytum.de>
Thu, 06 Apr 2017 16:39:13 +0200
changeset 65412 da25458453e3
parent 65032 42b92fa72a51
child 65805 d3c5898f1a5e
permissions -rw-r--r--
merged

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