README.html
author nipkow
Thu, 16 Oct 1997 14:12:15 +0200
changeset 3896 ee8ebb74ec00
parent 3630 aee7effe0816
child 4183 706902a9abdd
permissions -rw-r--r--
Various new lemmas. Improved conversion of equations to rewrite rules: (s=t becomes (s=t)==True if s=t loops).
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
3274
wenzelm
parents: 3260
diff changeset
    26
starts at about 32MB of memory (somewhat depending on your ML system),
3259
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).
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3274
diff changeset
    35
<li> The GNU bash shell (version 1.x or 2.x).
3259
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>
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3274
diff changeset
    47
<li> Poly/ML versions 2.x and 3.1 on Suns.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    48
<li> SML/NJ 0.93 on Suns and SGIs. There seem to be several
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    49
problems with Linux and HP-UX.
3630
aee7effe0816 removed smlnj-1.07;
wenzelm
parents: 3360
diff changeset
    50
<li> SML/NJ 1.09.27 or later on Suns, Linux, etc.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    51
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    52
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    53
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    54
3274
wenzelm
parents: 3260
diff changeset
    55
<a href="http://www.ahl.co.uk/poly-ml.html">Poly/ML</a> is a
wenzelm
parents: 3260
diff changeset
    56
commercial product and costs money, but it is stable and efficient. It
wenzelm
parents: 3260
diff changeset
    57
requires relatively little memory (starting at about 16MB) and disk
wenzelm
parents: 3260
diff changeset
    58
space (about 40MB for all distributed object logics).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    59
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    60
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    61
3274
wenzelm
parents: 3260
diff changeset
    62
SML/NJ needs lots of store and disk space, but it is <a
wenzelm
parents: 3260
diff changeset
    63
href="http://cm.bell-labs.com/cm/cs/what/smlnj/software.html">free</a>.
wenzelm
parents: 3260
diff changeset
    64
The last official release is 0.93.  Recent working versions may be
wenzelm
parents: 3260
diff changeset
    65
better suited, under normal circumstances.  Beware of the many
wenzelm
parents: 3260
diff changeset
    66
incompatibilities among SML/NJ versions! From the 1.09.x family, we
wenzelm
parents: 3260
diff changeset
    67
now only support 1.09.27, or later.  An unofficial pre-built binary
3360
85a7eede097e added 1.09.28 note;
wenzelm
parents: 3322
diff changeset
    68
distribution of at least SML/NJ 1.09.27 for Linux is also <a
3274
wenzelm
parents: 3260
diff changeset
    69
href="http://www4.informatik.tu-muenchen.de/~wenzelm/resources.html">available.</a>
3360
85a7eede097e added 1.09.28 note;
wenzelm
parents: 3322
diff changeset
    70
If you have to re-build SML/NJ 1.09.x yourself from the sources, just
85a7eede097e added 1.09.28 note;
wenzelm
parents: 3322
diff changeset
    71
comment out all targets except "sml" (cf. the installation
85a7eede097e added 1.09.28 note;
wenzelm
parents: 3322
diff changeset
    72
instructions of the SML/NJ distribution).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    73
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    74
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    75
<h2>Installation</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    76
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    77
See file <tt>INSTALL</tt> in the Isabelle sources on how to build the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    78
system. Further background information may be found in the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    79
<em>Isabelle System Manual</em>, distributed as <tt>dvi</tt> with the
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    80
sources.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    81
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    82
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    83
<h2>Interfaces</h2>
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    84
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    85
The distribution includes only a very primitive interface based on
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    86
ordinary terminal sessions.<p>
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    87
3322
wenzelm
parents: 3306
diff changeset
    88
David Aspinall has written a more elaborate <a
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    89
href="ftp://ftp.dcs.ed.ac.uk/pub/da/Isamode.tar.gz">user interface</a>
3322
wenzelm
parents: 3306
diff changeset
    90
for Isabelle.  It runs under recent versions of GNU Emacs and XEmacs,
wenzelm
parents: 3306
diff changeset
    91
the latter being recommended.  It's useful to both novices and
wenzelm
parents: 3306
diff changeset
    92
experts.
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    93
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    94
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    95
<h2>Other sources of information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    96
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    97
<h3>Mailing list</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    98
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    99
The electronic mailing list <tt>isabelle-users@cl.cam.ac.uk</tt>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   100
provides a forum for Isabelle users to discuss problems and exchange
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   101
information. To join, send a message to
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   102
<tt>isabelle-users-request@cl.cam.ac.uk</tt>.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   103
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   104
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   105
<h3>Personal mail</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   106
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   107
<a href="http://www.cl.cam.ac.uk/users/lcp/">Lawrence C Paulson</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   108
Computer Laboratory<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   109
University of Cambridge<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   110
Pembroke Street<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   111
Cambridge CB2 3QG<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   112
England<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   113
<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   114
E-mail: lcp@cl.cam.ac.uk<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   115
Phone: +44-223-334600<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   116
Fax:   +44-223-334748<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   117
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   118
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   119
or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   120
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   121
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   122
<a href="http://www4.informatik.tu-muenchen.de:80/~nipkow/">Tobias Nipkow</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   123
Institut fuer Informatik<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   124
T. U. Muenchen<br>	
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   125
D-80290 Muenchen<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   126
Germany<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   127
<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   128
E-mail: nipkow@informatik.tu-muenchen.de<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   129
Phone: +49-89-289-22690<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   130
Fax:   +49-89-289-28183<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   131
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   132
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   133
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   134
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   135
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   136
Please report any problems you encounter.  While we shall try to be
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   137
helpful, we can accept no responsibility for the deficiences of
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   138
Isabelle and their consequences.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   139
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   140
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   141
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   142
</body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   143
</html>