Skip to content
Snippets Groups Projects
Commit 7178d1db authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[html] update 'short installation instructions' for Linux

parent 2c56c427
No related branches found
No related tags found
1 merge request!176[html] update 'short installation instructions' for Linux
Pipeline #51717 passed
...@@ -28,13 +28,17 @@ description: Download and install the Frama-C analysis platform now! ...@@ -28,13 +28,17 @@ description: Download and install the Frama-C analysis platform now!
<span class="shell-linux-comment"># 1. Install <a href="https://opam.ocaml.org/">opam</a> (OCaml package manager)</span> <span class="shell-linux-comment"># 1. Install <a href="https://opam.ocaml.org/">opam</a> (OCaml package manager)</span>
sudo apt install opam <span class="shell-linux-comment"># or dnf, pacman, etc.</span> sudo apt install opam <span class="shell-linux-comment"># or dnf, pacman, etc.</span>
<span class="shell-linux-comment"># Or you can <a target="_blank" class="shell-link shell-linux" href="https://github.com/ocaml/opam/releases">download an opam binary</a>, put it in the PATH</span>
<span class="shell-linux-comment"># and run it directly (no sudo required)</span>
<span class="shell-linux-comment"># 2. Install Frama-C's dependencies</span> <span class="shell-linux-comment"># 2. Initialize opam (install an OCaml compiler)</span>
opam install depext opam init --compiler 4.14.1 <span class="shell-linux-comment"># may take a while</span>
opam depext frama-c eval $(opam env)
<span class="shell-linux-comment"># 3. Install Frama-C (including dependencies)</span>
opam install frama-c <span class="shell-linux-comment"># opam will install system package dependencies;</span>
<span class="shell-linux-comment"> # may require sudo</span>
<br> <br>
<span class="shell-linux-comment"># 3. Install Frama-C itself</span>
opam install frama-c
<span class="shell-linux-comment"># Issues? Problems? <a target="_blank" class="shell-link shell-linux" href="https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md">Click here for help/instructions</a></span></pre> <span class="shell-linux-comment"># Issues? Problems? <a target="_blank" class="shell-link shell-linux" href="https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md">Click here for help/instructions</a></span></pre>
</div> </div>
......
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