README.html
author wenzelm
Tue, 20 May 1997 19:32:40 +0200
changeset 3260 847c275854d4
parent 3259 667be2ebd22f
child 3274 70939b0fadfb
permissions -rw-r--r--
fix spelling;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     1
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     2
<html>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     3
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     4
<!-- $Id$ -->
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     5
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     6
<head>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     7
<title>The Isabelle System Distribution</title>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     8
</head>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     9
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    10
<body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    11
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    12
<h1>The Isabelle System Distribution</h1>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    13
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    14
<h2>Version information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    15
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    16
This is <strong>Isabelle-94 revision 8</strong> as of May
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    17
1997. Basically, it should be backwards compatible to earlier
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    18
Isabelle-94 releases. Older versions (like Isabelle-93) are quite
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    19
different, though. See also the <tt>NEWS</tt> file in the distribution
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    20
for a more detailed list of new features and changes.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    21
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    22
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    23
<h2>System requirements</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    24
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    25
Isabelle requires a real Unix box with sufficient resources. Fun
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    26
starts at about 32MB of RAM (somewhat depending on your ML system),
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    27
several tens of MB disk space and with a relatively fast CPU.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    28
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    29
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    30
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    31
Furthermore, it needs the following software, which is not part of the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    32
distribution:
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    33
<ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    34
<li> A full Standard ML Compiler (e.g. Poly/ML or SML of New Jersey).
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    35
<li> The GNU bash shell (version 1.14.x or 2.x).
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    36
<li> Perl 5.x - the Pathologically Eclectic Rubbish Lister.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    37
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    38
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    39
The ML system and GNU bash are absolutely essential. Perl is optional
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    40
for core functionality, but still highly recommended.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    41
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    42
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    43
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    44
The following ML system and platform combinations are known to work
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    45
quite well:
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    46
<ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    47
<li> Poly/ML versions 2.x and 3.1 on Suns (running SunOS 4.1.x or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    48
Solaris 2.x).
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    49
<li> SML/NJ 0.93 on Suns and SGIs. There seem to be several
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    50
problems with Linux and HP-UX.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    51
<li> SML/NJ 1.07 on Suns, Linux, etc.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    52
<li> SML/NJ 1.09.27 on Suns, Linux, etc.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    53
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    54
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    55
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    56
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    57
Poly/ML is a commercial product and costs money, but it is stable and
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    58
efficient. It requires relatively little memory (starting at about
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    59
16MB) and disk space (about 40MB for all distributed object logics).
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    60
See <a href="http://www.ahl.co.uk/poly-ml.html">here</a> for more
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    61
information.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    62
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    63
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    64
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    65
SML/NJ needs lots of store and disk space, but it is free.  The last
3260
847c275854d4 fix spelling;
wenzelm
parents: 3259
diff changeset
    66
official release is 0.93.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    67
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    68
Recent working versions may be better suited, under normal
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    69
circumstances.  Beware of the many incompatibilities among SML/NJ
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    70
versions! From the 1.09.x family, we now only support 1.09.27, or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    71
later.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    72
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    73
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    74
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    75
To obtain Standard ML of New Jersey, see the <a
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    76
href="http://cm.bell-labs.com/cm/cs/what/smlnj/software.html">here</a>. An
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    77
unofficial pre-built binary distribution of SML/NJ 1.09.27 for Linux
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    78
is available <a
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    79
href="http://www4.informatik.tu-muenchen.de/~wenzelm/resources.html">here</a>.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    80
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    81
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    82
<h2>Installation</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    83
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    84
See file <tt>INSTALL</tt> in the Isabelle sources on how to build the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    85
system. Further background information may be found in the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    86
<em>Isabelle System Manual</em>, distributed as <tt>dvi</tt> with the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    87
sources.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    88
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    89
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    90
<h2>Other sources of information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    91
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    92
<h3>Mailing list</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    93
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    94
The electronic mailing list <tt>isabelle-users@cl.cam.ac.uk</tt>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    95
provides a forum for Isabelle users to discuss problems and exchange
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    96
information. To join, send a message to
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    97
<tt>isabelle-users-request@cl.cam.ac.uk</tt>.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    98
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    99
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   100
<h3>Personal mail</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   101
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   102
<a href="http://www.cl.cam.ac.uk/users/lcp/">Lawrence C Paulson</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   103
Computer Laboratory<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   104
University of Cambridge<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   105
Pembroke Street<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   106
Cambridge CB2 3QG<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   107
England<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   108
<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   109
E-mail: lcp@cl.cam.ac.uk<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   110
Phone: +44-223-334600<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   111
Fax:   +44-223-334748<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   112
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   113
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   114
or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   115
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   116
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   117
<a href="http://www4.informatik.tu-muenchen.de:80/~nipkow/">Tobias Nipkow</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   118
Institut fuer Informatik<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   119
T. U. Muenchen<br>	
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   120
D-80290 Muenchen<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   121
Germany<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   122
<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   123
E-mail: nipkow@informatik.tu-muenchen.de<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   124
Phone: +49-89-289-22690<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   125
Fax:   +49-89-289-28183<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   126
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   127
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   128
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   129
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   130
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   131
Please report any problems you encounter.  While we shall try to be
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   132
helpful, we can accept no responsibility for the deficiences of
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   133
Isabelle and their consequences.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   134
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   135
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   136
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   137
</body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   138
</html>