Admin/polyml/README
author wenzelm
Thu, 09 Oct 2008 20:53:11 +0200
changeset 28544 26743a1591f5
parent 27069 48baacc044b2
child 28667 4adfdd666e7d
permissions -rw-r--r--
improved performance of skolem cache, due to parallel map; misc tuning, less verbosity;


This distribution of Poly/ML 5.2 has been compiled from the original
sources as follows:

  tar xvzf polyml.5.2.tar.gz
  cd polyml.5.2
  chmod +x install-sh
  ./configure --prefix=/tmp/polyml --without-x
  make
  make install

Now /tmp/polyml/bin/* and /tmp/polyml/lib/* are moved to the
platform-specific target directory (e.g. polyml-5.2/x86-linux).  Note
that Isabelle/lib/scripts/polyml-platform identifies your platform.


	Makarius
	03-Jun-2008

$Id$