I followed the instructions on http://frama-c.com/install-21.1-Scandium.html#installing-frama-c-on-windows-via-wsl completely to install Frama-C (21.1) using opam.
I want to use the GUI for Frama-C but when I tried executing the command frama-c-gui
, I get the following message:
Command 'frama-c-gui' not found, but can be installed with: sudo apt install frama-c
I checked the folder location where the binaries of frama-c are located but there was no sub-folder called frama-c-gui there too.
I made sure to use depext to install the relevant dependencies so I'm not sure why frama-c-gui wasn't installed.
Can anyone help?