Files
why3/INSTALL.md
2024-01-19 22:17:03 +01:00

756 B

Installation instructions

Installation from a source distribution (tarball)

After unpacking, installation is done by

./configure
make
make install       # as super-user if needed

To also install Why3's OCaml library, do

make byte
make install-lib   # as super-user if needed

Installation from the git repository

First run

autoconf

to build the ./configure file, then follow the instructions from the section above.

Detailed instructions

For detailed instructions and required dependencies, please see the manual: Compilation, Installation.