Skip to content
Snippets Groups Projects
Commit 095b6ce6 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'fix/jan/doc' into 'master'

[doc] fix some tiny errors in INSTALL.md

See merge request frama-c/frama-c!4051
parents e3dee0ab ce1e1e01
No related branches found
No related tags found
No related merge requests found
...@@ -323,13 +323,13 @@ Arch Linux: `pikaur -S frama-c` ...@@ -323,13 +323,13 @@ Arch Linux: `pikaur -S frama-c`
2. On Linux-like distributions: 2. On Linux-like distributions:
./make RELEASE=yes && make install make RELEASE=yes && make install
See section *Configuration* below for options. See section *Configuration* below for options.
3. On Windows+Cygwin: 3. On Windows+Cygwin:
./make RELEASE=yes && make install make RELEASE=yes && make install
4. The binary `frama-c` (and `frama-c-gui` if you have lablgtk2) is now installed. 4. The binary `frama-c` (and `frama-c-gui` if you have lablgtk2) is now installed.
...@@ -348,7 +348,7 @@ root source folder): ...@@ -348,7 +348,7 @@ root source folder):
1. `opam switch create frama-c ocaml-base-compiler.4.13.1` 1. `opam switch create frama-c ocaml-base-compiler.4.13.1`
to create a compatible opam switch to create a compatible opam switch
1. `opam pin . -n` to pin to the latest development version 1. `opam pin . -n` to pin to the latest development version
1. `opam install --deps-only` will fetch and build all 1. `opam install --deps-only .` will fetch and build all
relevant dependencies relevant dependencies
#### Compilation #### Compilation
......
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