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
5
content/conception_formelle/99-DM_framac/container/entrypoint.sh
Executable file
5
content/conception_formelle/99-DM_framac/container/entrypoint.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
export DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --fork --config-file=/usr/share/dbus-1/session.conf --print-address`
|
||||
eval $(opam env) || exit 10
|
||||
frama-c-gui
|
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