General
Isabelle supports the three main platform families: Linux, Mac OS X, and Windows. The main Isabelle bundles already include pre-compiled logic images and add-on tools for convenience, with a few external requirements as explained below.
The raw Isabelle distribution archives are available here, but assembling them by hand is not recommended! Past releases are available from the archive. An arbitrary repository snapshot of Isabelle is also available (not for production use).
Warning: Pre-packaged versions of Isabelle, Poly/ML, and Proof General floating through the Net as deb, rpm, port etc. are usually incomplete and outdated!
Linux
Requirements
- 32-bit Isabelle2012_bundle_x86-linux.tar.gz or
64-bit Isabelle2012_bundle_x86_64-linux.tar.gz - GNU make
- Perl 5.x with libwww
- Python 2.x
- GNU Emacs 23 (optional, for Proof General)
- LaTeX (optional, for document preparation)
- 32-bit C/C++ standard libraries, which often need to be requested explicitly for 64-bit Linux distributions.
Installation
The bundled archive contains almost everything required for Isabelle on Linux. It can be unpacked into an arbitrary directory like this:
- tar -xzf Isabelle2012_bundle_x86-linux.tar.gz
In principle, invoking Isabelle Proof General now works like this:
- Isabelle2012/bin/isabelle emacs
- Isabelle2012/bin/isabelle emacs -p emacs23
The important Unicode token mode requires a suitable font with mathematical symbols (e.g. STIXGeneral). Assuming that the font has been installed properly on the system it can be enabled via Emacs option menus, for example.
Instead of Proof General / Emacs, the new Prover IDE based on Isabelle/Scala and jEdit can be invoked like this:
- Isabelle2012/bin/isabelle jedit
Mac OS X (10.5, 10.6, 10.7)
Requirements
- Isabelle2012.dmg
- Java for Mac OS X Lion (already included in Leopard and Snow Leopard)
- LaTeX (optional, for document preparation), e.g. see MacTeX
Installation
The above disk image contains an application bundle with everything required for Isabelle on Intel Macs, both for classic Proof General or the new Isabelle/jEdit Prover IDE. The Isabelle application can be placed into the /Applications
folder and started as usual.
The included GNU Emacs 23 for Proof General supports Unicode symbols via the STIXGeneral font, which is installed automatically in the user's Library/Fonts
folder on application startup.
Note that the main Isabelle distribution is hidden inside the Isabelle2012.app
folder. This is relevant when building further logic images, e.g. like this in the Terminal application:
- /Applications/Isabelle2012.app/Isabelle/build -m HOLCF
Windows (with Cygwin)
Requirements
- Isabelle2012.exe
- LaTeX (optional, for document preparation), see below
- X11 and XEmacs (optional, Proof General), see below
Installation
The self-extracting archive contains everything required for Isabelle on Windows. It can be unpacked into an arbitrary directory, which reveals an Isabelle executable that starts the Isabelle/jEdit Prover IDE.
Cygwin-Terminal allows to run command-line tools of Isabelle, e.g. to build further logic images within the Isabelle2012 directory like this:
- ./build -m HOLCF
Cygwin-Setup allows to modify the Cygwin installation that is bundled with Isabelle. For example, the tetex-extra package may be installed; this is required for the Isabelle document preparation system.
Running classic Proof General / Emacs is also possible; it requires the following additional Cygwin packages:
- xemacs-mule-sumo
- xemacs-sumo
- xinit
- isabelle emacs -p xemacs
Sometimes Cygwin executables produce strange runtime exceptions and stack dumps. Often this can be amended via rebaseall as explained in the Cygwin/X FAQ, for example.