The package:
tlaps-1.5.0-x86_64-linux-gnu-inst.bin
You may have to change the installer's permissions with the following command-line:
In order to install the proof system
into /usr/local
, run the installer as:
(you must have an administrator account, and you will have to type your password)
If you want to install it in some other directory dir, run:
(you must have an administrator account, and you will have to type your password)
This will install the tlapm binary in dir/bin
and some other data in dir/lib/tlaps
, including
the zenon
, isabelle
, z3
,
ls4
, and translate
binaries.
We strongly recommend that you install the
Toolbox
(version 1.6.0 or later). You will need to add the location of the
TLAPS.tla
file to the list
of libraries used by the Toolbox. To do this, open the Toolbox and
go to "File > Preferences > TLA+ Preferences". Add the
directory where TLAPS.tla
is located to the list of
library path locations. If you have the default installation, this
directory is /usr/local/lib/tlaps/
.
You will find some example files
in /usr/local/lib/tlaps/examples
(or
in dir/lib/tlaps/examples
), but you cannot
open these files directly with the Toolbox because you do not have
write permission to them. You should copy the files to your home
directory and open the copies.
You may want to install CVC4 to use as an additional SMT back-end for TLAPS (the default, Z3, is included in the installer). Note that some of our example files use CVC4 for a few proof obligations.
To install CVC4, you should download it from
the
CVC4 download page, then rename it and move it
to /usr/local/lib/tlaps/bin
with this command:
To uninstall TLAPS, run:
The uninstaller for an existing version of TLAPS is automatically run when the TLAPS installer (for any version of TLAPS, including the same version) tries to install into the same location. Because of this, never store any important files in the location where TLAPS is installed.