Admin/polyml/README
author wenzelm
Sat, 15 Oct 2011 15:55:10 +0200
changeset 45147 c23029f6357f
parent 41331 8cdadd543fc8
child 49400 f0c86a5ef4e2
permissions -rw-r--r--
updated to polyml-5.4.1;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38469
5c6c5d63f3c3 updated for prospective Poly/ML 5.4;
wenzelm
parents: 37122
diff changeset
     1
Poly/ML for Isabelle
5c6c5d63f3c3 updated for prospective Poly/ML 5.4;
wenzelm
parents: 37122
diff changeset
     2
====================
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     3
45147
c23029f6357f updated to polyml-5.4.1;
wenzelm
parents: 41331
diff changeset
     4
This compilation of Poly/ML 5.4.1 is based on the official sources
c23029f6357f updated to polyml-5.4.1;
wenzelm
parents: 41331
diff changeset
     5
from http://www.polyml.org
41331
wenzelm
parents: 41330
diff changeset
     6
41330
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
     7
The included build script is used like this:
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
     8
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
     9
  ./build src x86-linux --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    10
  ./build src x86_64-linux --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    11
  ./build src x86-darwin --without-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    12
  ./build src x86_64-darwin --without-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    13
  ./build src x86-cygwin --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    14
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    15
The multi-platform directory layout for executables and shared
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    16
libraries accommodates the standard ML_HOME settings for Isabelle.
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    17
41331
wenzelm
parents: 41330
diff changeset
    18
Also note that the separate "sha1" library module is required for
wenzelm
parents: 41330
diff changeset
    19
efficient digesting of strings according to SHA-1.
wenzelm
parents: 41330
diff changeset
    20
wenzelm
parents: 41330
diff changeset
    21
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    22
	Makarius
45147
c23029f6357f updated to polyml-5.4.1;
wenzelm
parents: 41331
diff changeset
    23
	15-Oct-2011