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

Add WSL2 workaround to 'Get Frama-C' page

parent e49c5346
No related branches found
No related tags found
1 merge request!139Add WSL2 workaround to 'Get Frama-C' page
Pipeline #40643 passed
......@@ -61,8 +61,7 @@ opam install frama-c
<div class="codeTab tab-windows hide">
<pre class="shell-win">
<span class="shell-win-comment"># 1. Prepare opam installation</span>
sudo apt update
sudo apt upgrade
sudo apt update &amp;&amp; sudo apt upgrade
sudo apt install make m4 gcc opam
<span class="shell-win-comment"># 2. opam setup</span>
......@@ -76,6 +75,8 @@ opam depext --install -y lablgtk3 lablgtk3-sourceview3
<span class="shell-win-comment"># 4. Install Frama-C</span>
opam depext --install -y frama-c
<span class="shell-win-comment"># On WSL2, run the GUI as: </span>GDK_BACKEND=x11 frama-c-gui &lt;options&gt;
<span class="shell-win-comment"># Issues? Problems? <a target="_blank" class="shell-link shell-win" 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