Skip to content
Snippets Groups Projects
Commit 42a332b5 authored by David Bühler's avatar David Bühler
Browse files

INSTALL and README: updates the opam version needed to install Frama-C.

parent f9fde48f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ First you need to install opam, then you may install Frama-C using opam:
opam install frama-c
**Note:** make sure your opam version is >= 1.2.2.
**Note:** make sure your opam version is >= 2.0.0.
Also, it is highly recommended that you install an external solver
for opam, such as `aspcud`, otherwise unexpected dependency errors
may occur during installation.
......@@ -46,7 +46,7 @@ OSX has opam through Homebrew.
A [Cygwin-based opam](https://fdopen.github.io/opam-repository-mingw/installation)
is available on Windows. It is less stable than it is for the other OSes, but should work.
If your system does not have an opam package >= 1.2.2 you can compile it from source,
If your system does not have an opam package >= 2.0.0 you can compile it from source,
or use the provided opam binaries available at:
http://opam.ocaml.org/doc/Install.html
......
......@@ -33,7 +33,7 @@ see [INSTALL.md](INSTALL.md).
Frama-C is available through [OPAM](http://opam.ocaml.org/), the
OCaml Package Manager. This is the preferred installation method. Be sure
to install opam v1.2 or higher. Then the following sequence of commands
to install opam v2.0 or higher. Then the following sequence of commands
should install frama-c and its gui:
opam init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment