Admin/polyml/README
author wenzelm
Tue, 03 Jun 2008 16:45:59 +0200
changeset 27069 48baacc044b2
parent 27012 e6229d8d6aaa
child 28667 4adfdd666e7d
permissions -rw-r--r--
updated to official 5.2;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     1
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     2
This distribution of Poly/ML 5.2 has been compiled from the original
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
27069
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
     5
  tar xvzf polyml.5.2.tar.gz
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
     6
  cd polyml.5.2
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
     7
  chmod +x install-sh
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     8
  ./configure --prefix=/tmp/polyml --without-x
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
     9
  make
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    10
  make install
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    11
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    12
Now /tmp/polyml/bin/* and /tmp/polyml/lib/* are moved to the
27069
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
    13
platform-specific target directory (e.g. polyml-5.2/x86-linux).  Note
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
    14
that Isabelle/lib/scripts/polyml-platform identifies your 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
27069
48baacc044b2 updated to official 5.2;
wenzelm
parents: 27012
diff changeset
    18
	03-Jun-2008
27012
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    19
e6229d8d6aaa moved README-polyml to polyml/README;
wenzelm
parents:
diff changeset
    20
$Id$