diff -r 3cf12ab0b8ac -r 9734f2717203 Admin/page/dist-content/binary.content --- a/Admin/page/dist-content/binary.content Mon Sep 11 17:40:41 2000 +0200 +++ b/Admin/page/dist-content/binary.content Mon Sep 11 17:41:34 2000 +0200 @@ -2,36 +2,83 @@ Isabelle Binary Distribution %body% -The binary distribution of {ISABELLE} for rpm-based Linux/x86 systems: + +

(1) Linux/x86 systems with RPM

+ +This is the binary distribution of for +Linux/x86 systems. It requires RPM based package management (as used +by most Linux distributions), and root user access to +install.

- - - - - - - - + + + + + + + +
-

-Example installation procedure: +Example installation in /usr/share (the default location).

-rpm -i smlnj-110.0-3.i386.rpm 
-rpm -i --prefix /usr/share isabelle.rpm             
-rpm -i --prefix /usr/share isabelle-HOL.i386.rpm    
+rpm -i --prefix /usr/share polyml.i386.rpm
+rpm -i --prefix /usr/share isabelle.rpm
+rpm -i --prefix /usr/share isabelle-HOL.i386.rpm
+rpm -i --prefix /usr/share proofgeneral.rpm               #requires XEmacs-21
+rpm -i --prefix /usr/share xsymbol.rpm                    #requires XEmacs-21
 

-Use the mailing list isabelle-users@cl.cam.ac.uk -to discuss problems and results. (Why not subscribe?) + +

(2) Generic Linux/x86 or Solaris/Sparc systems

+ +The following distribution of works for any +Linux/x86 or Solaris/Sparc system -- only Poly/ML is platform +dependent. Installation does not rely on package management; it may +be performed by non-root users as well. + +

+ + +

+ + + + + + + +
+
+ +

+ +Example installation in /usr/share for Linux/x86. + +

+tar -C /usr/share -x -z -f polyml.tar.gz
+tar -C /usr/share -x -z -f polyml_x86-linux.tar.gz
+tar -C /usr/share -x -z -f 
+tar -C /usr/share -x -z -f proofgeneral.tar.gz            #requires XEmacs-21
+tar -C /usr/share -x -z -f xsymbol.tar.gz                 #requires XEmacs-21
+
+cd 
+./configure
+./build
+./bin/isatool install -p /usr/bin
+
+ +

+ +