sudo apt-get install opam ocaml
git clone https://github.com/tlaplus/tlapm
./configure --prefix=$(pwd) # Install into current directory
make all install
cd src/
make debug
cd -
export PATH=$PATH:/usr/local/lib/tlaps/bin "Reuse back-end provers from TLAPS standard installation in /usr/local/lib/tlaps!"
ocamldebug src/tlapm.byte ../DummyProofs.tla