Admin/polyml/README
author wenzelm
Mon, 07 Oct 2013 21:24:44 +0200
changeset 54313 da2e6282a4f5
parent 53686 432edb1a2469
child 56958 b2c2f74d1c93
permissions -rw-r--r--
native executable even for Linux, to avoid surprises with file managers opening executable script as text file;
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
53686
432edb1a2469 updated to polyml-5.5.1;
wenzelm
parents: 51066
diff changeset
     4
This compilation of Poly/ML 5.5.1 (http://www.polyml.org) is based on the
432edb1a2469 updated to polyml-5.5.1;
wenzelm
parents: 51066
diff changeset
     5
official source distribution polyml.5.5.1.tar.gz from
432edb1a2469 updated to polyml-5.5.1;
wenzelm
parents: 51066
diff changeset
     6
http://sourceforge.net/projects/polyml/.
41331
wenzelm
parents: 41330
diff changeset
     7
41330
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
     8
The included build script is used like this:
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
     9
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    10
  ./build src x86-linux --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    11
  ./build src x86_64-linux --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    12
  ./build src x86-darwin --without-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    13
  ./build src x86_64-darwin --without-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    14
  ./build src x86-cygwin --with-gmp
a4d9831c21d4 updated for Poly/ML 5.4.0;
wenzelm
parents: 38469
diff changeset
    15
41331
wenzelm
parents: 41330
diff changeset
    16
Also note that the separate "sha1" library module is required for
wenzelm
parents: 41330
diff changeset
    17
efficient digesting of strings according to SHA-1.
wenzelm
parents: 41330
diff changeset
    18
wenzelm
parents: 41330
diff changeset
    19
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    20
	Makarius
53686
432edb1a2469 updated to polyml-5.5.1;
wenzelm
parents: 51066
diff changeset
    21
	17-Sep-2013