Create a (very imperfect) container to run framac

Work woth Makefile
This commit is contained in:
Yorick Barbanneau 2023-05-03 00:56:19 +02:00
parent 83b5a97914
commit 522bdb0218
4 changed files with 73 additions and 2 deletions

View 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