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
|
Loading…
Add table
Add a link
Reference in a new issue