1 Installation instructions
2 =========================
5 Installation from a source distribution (tarball)
6 -------------------------------------------------
8 After unpacking, installation is done by
12 make install # as super-user if needed
14 To also install Why3's OCaml library, do
17 make install-lib # as super-user if needed
20 Installation from the git repository
21 ------------------------------------
27 to build the `./configure` file, then follow the instructions from the
34 For detailed instructions and required dependencies, please see
36 [Compilation, Installation](https://www.why3.org/doc/install.html).