Create a (very imperfect) container to run framac
Work woth Makefile
This commit is contained in:
parent
83b5a97914
commit
522bdb0218
4 changed files with 73 additions and 2 deletions
7
content/conception_formelle/99-DM_framac/container/install_framac.sh
Executable file
7
content/conception_formelle/99-DM_framac/container/install_framac.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
opam init --compiler 4.14.1 --disable-sandboxing --shell-setup
|
||||
eval $(opam env)
|
||||
opam install frama-c z3 -y
|
||||
why3 config detect
|
||||
opam clean
|
Loading…
Add table
Add a link
Reference in a new issue