Admin/polyml/README
author Manuel Eberl <eberlm@in.tum.de>
Thu, 08 Feb 2018 09:19:28 +0100
changeset 67578 6a9a0f2bb9b4
parent 67099 3345d53e7c58
child 67583 c933a5d4e1ee
permissions -rw-r--r--
Some lemmas about complex sinh/cosh/tanh

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

This compilation of Poly/ML 5.7.1 (http://www.polyml.org) is based on the
source distribution from https://github.com/polyml/polyml/releases/tag/v5.7.1

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
        27-Nov-2017