From 19901bca5d80bcd620646a038bd3e1a3a8d32a0f Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 15 Jul 2002 09:35:52 +0000 Subject: Cleanup, details on versions --- html/download.html | 89 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 34 deletions(-) (limited to 'html') diff --git a/html/download.html b/html/download.html index 86c55835..8c1245b7 100644 --- a/html/download.html +++ b/html/download.html @@ -22,16 +22,21 @@ in some way, please
-You may like to join the +You can join the Proof General -mailing list. +mailing list +for announcements of new versions. Developers and beta-testers may like to download a development release of Proof General. -If you use an old version of a proof assistant, -you may need to download one of the +If you use an old version of a proof assistant and/or an +old Emacs version, you may need to download one of the previous releases.
+Proof General is distributed under the terms of the @@ -40,11 +45,6 @@ the See below for software pre-requisites for running Proof General.
-
The next stable version of Proof General will be 3.4, to be released
in August. Until then, please try a
@@ -136,24 +136,30 @@ of XEmacs
ftp mirror may help).
-or version 20.7 of the much poorer
-GNU GNU Emacs.
+or version 21.1 of
+GNU Emacs.
Both Emacsen are available for a variety of platforms, including
-Unix variants and Windows 95/98/NT/2k.
+Unix variants, Windows 95/98/NT/2k, and Mac OS.
+
-There are also some optional components for using ++There is also an optional component for using Proof General:
-All components mentioned above are distributed under the GPL license. -
+Compatibility across the multitude of Emacs versions is quite troublesome.To use Proof General, simply unpack the sources with
- tar xpzf ProofGeneral-3.3.tar.gz + tar xpzf ProofGeneral-3.4.tar.gz
(use gunzip first in place of z if you don't have
@@ -208,33 +228,34 @@ If you use the RPM package, directory is
If you're using Windows, then download the zip file.
Use a zip file utility to unpack it somewhere, for example
-c:\\ProofGeneral
+c:\ProofGeneral
Further customization is possible via the Customize menus in
Emacs.
-See the
+See the
file in the distribution for more details.
-X-Symbol is easy to install and configures itself automatically. +X-Symbol is easy to install in XEmacs and configures itself automatically.
Simply download the binary package file, and do something like this to install in your home directory:
- mkdir -p ~/.xemacs
- cd ~/.xemacs
+ mkdir -p ~/.xemacs/xemacs-packages
+ cd ~/.xemacs/xemacs-packages
tar xpzf ../x-symbol-pkg.tar.gz
-NB: if you have version 21.x of XEmacs, you may need to install -x-symbol inside a subdirectory -~/.xemacs/xemacs-packages instead of -~/.xemacs. - +For GNU Emacs, you must remove the .elc files supplied, and +add some code to your .emacs. See +this page +for details. +More installation options are given +in the the X-Symbol manual. -- cgit v1.2.3