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