Merge branch 'letify_generated_formula' into 'master'
[why3.git] / INSTALL.md
blob2e5c5f856ba8442a8cf239c7de3624eb73125036
1 Installation instructions
2 =========================
5 Installation from a source distribution (tarball)
6 -------------------------------------------------
8 After unpacking, installation is done by
10     ./configure
11     make
12     make install       # as super-user if needed
14 To also install Why3's OCaml library, do
16     make byte
17     make install-lib   # as super-user if needed
20 Installation from the git repository
21 ------------------------------------
23 First run
25     autoconf
27 to build the `./configure` file, then follow the instructions from the
28 section above.
31 Detailed instructions
32 ---------------------
34 For detailed instructions and required dependencies, please see
35 the manual:
36 [Compilation, Installation](https://www.why3.org/doc/install.html).