Admin/polyml/README
author wenzelm
Sat, 21 Nov 2009 16:07:58 +0100
changeset 33833 c38c2a1883e7
parent 33540 84380e6c0b1a
child 37122 3ac12f743fe5
permissions -rw-r--r--
minimal Poly/ML startup script;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     1
33540
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
     2
This distribution of Poly/ML 5.3 has been compiled from the original
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     3
sources as follows:
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     4
33540
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
     5
  tar xvzf polyml.5.3.tar.gz
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
     6
  cd polyml.5.3
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
     7
  ./configure --prefix="$HOME/tmp/polyml"
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     8
  make
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     9
  make install
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    10
33540
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
    11
Now $HOME/tmp/polyml/bin/* and $HOME/tmp/polyml/lib/* are moved to the
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
    12
platform-specific target directory (e.g. polyml-5.3.0/x86-linux).
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
    13
Note that Isabelle/lib/scripts/polyml-platform identifies your
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
    14
platform.
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    15
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    16
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    17
	Makarius
33540
84380e6c0b1a updated to official Poly/ML 5.3.0;
wenzelm
parents: 28667
diff changeset
    18
	09-Nov-2009