Admin/polyml/README
author wenzelm
Mon, 21 Jan 2013 16:50:43 +0100
changeset 52011 bf5f6affa87d
parent 50415 f0c86a5ef4e2
child 52034 7fc61bfb1c2d
permissions -rw-r--r--
repackaged polyml-5.5.0-1 -- only x86-cygwin changed;
wenzelm@38787
     1
Poly/ML for Isabelle
wenzelm@38787
     2
====================
wenzelm@27012
     3
wenzelm@50415
     4
This compilation of Poly/ML 5.5.0 is based on the official sources
wenzelm@46018
     5
from http://www.polyml.org
wenzelm@41579
     6
wenzelm@41578
     7
The included build script is used like this:
wenzelm@41578
     8
wenzelm@41578
     9
  ./build src x86-linux --with-gmp
wenzelm@41578
    10
  ./build src x86_64-linux --with-gmp
wenzelm@41578
    11
  ./build src x86-darwin --without-gmp
wenzelm@41578
    12
  ./build src x86_64-darwin --without-gmp
wenzelm@41578
    13
  ./build src x86-cygwin --with-gmp
wenzelm@41578
    14
wenzelm@41579
    15
Also note that the separate "sha1" library module is required for
wenzelm@41579
    16
efficient digesting of strings according to SHA-1.
wenzelm@41579
    17
wenzelm@41579
    18
wenzelm@27012
    19
	Makarius
wenzelm@52011
    20
	21-Jan-2013