Admin/page/dist-content/packages.content
author wenzelm
Mon, 05 Feb 2001 14:31:49 +0100
changeset 11062 e86340dc1d28
parent 10556 e574274823a4
child 11113 8ab6c9093508
permissions -rw-r--r--
tuned;
wenzelm@10016
     1
%title%
wenzelm@10016
     2
Isabelle Packages
wenzelm@10016
     3
wenzelm@10016
     4
%body%
wenzelm@10016
     5
wenzelm@10016
     6
<p>
wenzelm@10016
     7
wenzelm@10016
     8
The following source and binary packages of <!-- _GP_ distname -->
wenzelm@10016
     9
provide everything required for easy installation of the full Isabelle
wenzelm@10016
    10
working environment on common Unix platforms.
wenzelm@10016
    11
wenzelm@10016
    12
<p>
wenzelm@10016
    13
wenzelm@10016
    14
A <em>minimal</em> Isabelle installation requires only <tt>bash</tt>
wenzelm@10016
    15
and <tt>perl</tt> (usually provided by the operating system), and a
wenzelm@10115
    16
suitable implementation of Standard ML (e.g. <a
wenzelm@10115
    17
href="http://www.polyml.org">Poly/ML</a> as provided below).  A
wenzelm@10115
    18
<em>comfortable</em> Isabelle working environment demands further user
wenzelm@10115
    19
interface support, as provided by <a
wenzelm@10085
    20
href="http://www.proofgeneral.org">Proof General</a> together with the
wenzelm@10085
    21
(optional) <a
wenzelm@10016
    22
href="http://www.fmi.uni-passau.de/~wedler/x-symbol/">X-Symbol</a>
wenzelm@10028
    23
package.  Both of these should be used with a recent version of <a
wenzelm@10085
    24
href="http://www.xemacs.org">XEmacs-21</a>.
wenzelm@10016
    25
wenzelm@10016
    26
<p>
wenzelm@10016
    27
wenzelm@10085
    28
wenzelm@10085
    29
<h2>Packages</h2>
wenzelm@10085
    30
wenzelm@10085
    31
We provide a complete set of packages for Isabelle, Proof General and
wenzelm@10075
    32
X-Symbol.  While XEmacs-21 is not included here, most operating system
wenzelm@10085
    33
distributions already provide a suitable package, although not
wenzelm@10016
    34
installed by default.
wenzelm@10016
    35
wenzelm@10016
    36
<p>
wenzelm@10016
    37
wenzelm@10085
    38
Some packages are platform dependent.  Everything is included below
wenzelm@10085
    39
for Linux/x86 and Solaris/Sparc systems.  Other Unix platforms work as
wenzelm@10085
    40
well, but require manual compilation of Isabelle logic images using a
wenzelm@10085
    41
suitable Standard ML system.
wenzelm@10016
    42
wenzelm@10016
    43
<p>
wenzelm@10016
    44
wenzelm@10016
    45
<!-- _GP_ setdowncolor("\"#E0E0E0\"") -->
wenzelm@10016
    46
<center>
wenzelm@10085
    47
wenzelm@10016
    48
<table border="0" cellspacing="5" cellpadding="4" width="520">
wenzelm@10085
    49
wenzelm@10085
    50
<!-- _GP_ downloadhead("Isabelle system") -->
wenzelm@10085
    51
<!-- _GP_ download(1, "Isabelle main system", distname . ".tar.gz", "../..") -->
wenzelm@10085
    52
<!-- _GP_ download(1, "Isabelle pdf documentation", distname . "_pdf.tar.gz", "../..") -->
wenzelm@10085
    53
wenzelm@10085
    54
<!-- _GP_ downloadhead("Poly/ML compiler and runtime system") -->
wenzelm@10085
    55
<!-- _GP_ download(1, "Poly/ML base system", "contrib/polyml_base.tar.gz", "../..") -->
wenzelm@10085
    56
<!-- _GP_ download(2, "Poly/ML binary modules", "contrib/polyml_x86-linux.tar.gz", "../..") -->
wenzelm@10085
    57
<!-- _GP_ download(0, "", "contrib/polyml_sparc-solaris.tar.gz", "../..") -->
wenzelm@10085
    58
wenzelm@10085
    59
<!-- _GP_ downloadhead("Precompiled Isabelle logics") -->
wenzelm@10085
    60
<!-- _GP_ download(2, "HOL", "HOL_x86-linux.tar.gz", "../..") -->
wenzelm@10085
    61
<!-- _GP_ download(0, "", "HOL_sparc-solaris.tar.gz", "../..") -->
wenzelm@10085
    62
<!-- _GP_ download(2, "HOL-Real", "HOL-Real_x86-linux.tar.gz", "../..") -->
wenzelm@10085
    63
<!-- _GP_ download(0, "", "HOL-Real_sparc-solaris.tar.gz", "../..") -->
wenzelm@10085
    64
<!-- _GP_ download(2, "ZF", "ZF_x86-linux.tar.gz", "../..") -->
wenzelm@10085
    65
<!-- _GP_ download(0, "", "ZF_sparc-solaris.tar.gz", "../..") -->
wenzelm@10085
    66
wenzelm@10085
    67
<!-- _GP_ downloadhead("Proof General system") -->
wenzelm@10085
    68
<!-- _GP_ download(1, "Proof General", "contrib/ProofGeneral.tar.gz", "../..") -->
wenzelm@10085
    69
<!-- _GP_ download(1, "X-Symbol package", "contrib/x-symbol.tar.gz", "../..") -->
wenzelm@10085
    70
wenzelm@10016
    71
</table>
wenzelm@10016
    72
</center>
wenzelm@10016
    73
wenzelm@10016
    74
<p>
wenzelm@10016
    75
wenzelm@10085
    76
<h2>Installation</h2>
wenzelm@10016
    77
wenzelm@10085
    78
Installation is very easy.  Basically, just unpack all required
wenzelm@10085
    79
packages within the same directory.  There is <em>no</em> manual
wenzelm@10085
    80
configuration required of any of these components, if used according
wenzelm@10085
    81
the default settings of Isabelle.
wenzelm@10016
    82
wenzelm@10016
    83
<p>
wenzelm@10016
    84
wenzelm@10115
    85
A typical Linux/x86 site installation of Isabelle/HOL works as
wenzelm@10116
    86
follows.  By using GNU <tt>tar</tt>, the archives are uncompressed and
wenzelm@10116
    87
unpacked into the <tt>/usr/local</tt> directory (this location may be
wenzelm@10116
    88
changed to anything appropriate).
wenzelm@10016
    89
wenzelm@10016
    90
<p>
wenzelm@10016
    91
wenzelm@10085
    92
<tt>
wenzelm@10085
    93
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
    94
<!-- _GP_ href(distname . ".tar.gz", distname . ".tar.gz") --> <br>
wenzelm@10085
    95
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
    96
<!-- _GP_ href("contrib/polyml_base.tar.gz", "polyml_base.tar.gz") --> <br>
wenzelm@10085
    97
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
    98
<!-- _GP_ href("contrib/polyml_x86-linux.tar.gz", "polyml_x86-linux.tar.gz") --> <br>
wenzelm@10085
    99
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
   100
<!-- _GP_ href("HOL_x86-linux.tar.gz", "HOL_x86-linux.tar.gz") --> <br>
wenzelm@10085
   101
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
   102
<!-- _GP_ href("contrib/ProofGeneral.tar.gz", "ProofGeneral.tar.gz") --> <br>
wenzelm@10085
   103
&nbsp;&nbsp; tar -C /usr/local -xzf
wenzelm@10085
   104
<!-- _GP_ href("contrib/x-symbol.tar.gz", "x-symbol.tar.gz") --> <br>
wenzelm@10085
   105
</tt>
wenzelm@10016
   106
wenzelm@10016
   107
<p>
wenzelm@10016
   108
wenzelm@11062
   109
Users may now invoke Isabelle without further ado, e.g. run the main
wenzelm@11062
   110
executable <tt>/usr/local/Isabelle/bin/Isabelle</tt> to launch the
wenzelm@10162
   111
Isabelle Proof General interface.
wenzelm@10085
   112
wenzelm@10085
   113
<p>