Skip to content
Snippets Groups Projects
Commit a872b22f authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[release] update install instructions

parent 7421dd3a
No related branches found
No related tags found
No related merge requests found
...@@ -78,13 +78,13 @@ so that we can add it to the Frama-C `depext` package. ...@@ -78,13 +78,13 @@ so that we can add it to the Frama-C `depext` package.
### Known working configuration ### Known working configuration
The following set of packages is known to be a working configuration for The following set of packages is known to be a working configuration for
Frama-C 18 (Argon): Frama-C 19 (Potassium):
- OCaml 4.05.0 - OCaml 4.05.0
- alt-ergo-free.2.0.0 (optional) - alt-ergo-free.2.0.0 (optional)
- apron.20160125 (optional) - apron.20160125 (optional)
- coq.8.9.0 (optional) - coq.8.9.0 (optional)
- lablgtk.2.18.5 - lablgtk.2.18.5 | lablgtk3.3.0.beta5 + lablgtk3-sourceview3.3.0.beta5
- mlgmpidl.1.2.7 (optional) - mlgmpidl.1.2.7 (optional)
- ocamlgraph.1.8.8 - ocamlgraph.1.8.8
- why3.1.2.0 (optional) - why3.1.2.0 (optional)
...@@ -206,7 +206,7 @@ Debian/Ubuntu: `apt-get install frama-c` ...@@ -206,7 +206,7 @@ Debian/Ubuntu: `apt-get install frama-c`
Fedora: `dnf install frama-c` Fedora: `dnf install frama-c`
Arch Linux: `yaourt -S frama-c` Arch Linux: `pikaur -S frama-c`
## Compiling from source ## Compiling from source
...@@ -219,7 +219,7 @@ Arch Linux: `yaourt -S frama-c` ...@@ -219,7 +219,7 @@ Arch Linux: `yaourt -S frama-c`
Note that OCaml >= 4.02.3 is needed in order to compile Frama-C. Note that OCaml >= 4.02.3 is needed in order to compile Frama-C.
2. (Optional) For the GUI, also install Gtk, GtkSourceView, GnomeCanvas and 2. (Optional) For the GUI, also install Gtk, GtkSourceView, GnomeCanvas and
Lablgtk2 if not already installed. Lablgtk2 or Lablgtk3 + Lablgtksourceview3 if not already installed.
See section 'REQUIREMENTS' below for indications on the names of the See section 'REQUIREMENTS' below for indications on the names of the
packages to install, or use 'opam depext' as explained in section 'Opam' packages to install, or use 'opam depext' as explained in section 'Opam'
above. above.
...@@ -254,9 +254,9 @@ Arch Linux: `yaourt -S frama-c` ...@@ -254,9 +254,9 @@ Arch Linux: `yaourt -S frama-c`
The Frama-C GUI also requires: The Frama-C GUI also requires:
- Gtk (>= 2.4) - Gtk (>= 2.4)
- GtkSourceView 2.x - GtkSourceView 2.x or 3.x (compatible with your Gtk version)
- GnomeCanvas 2.x - GnomeCanvas 2.x (only for Gtk 2.x)
- LablGtk >= 2.18.5 - LablGtk >= 2.18.5 or Lablgtk3 >= beta5 + corresponding Lablgtksourceview3
Plugins may have their own requirements. Plugins may have their own requirements.
Consult their specific documentations for details. Consult their specific documentations for details.
......
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