verivital / hyst

HyST: A Source Transformation and Translation Tool for Hybrid Automaton Models
http://verivital.com/hyst/
Other
15 stars 18 forks source link

Download and installation script for local VM without Docker #56

Closed MaxGaukler closed 4 years ago

MaxGaukler commented 5 years ago

Docker is nice, but sometimes makes it awkward to interactively develop (graphical debugging, image output, GUIs). Therefore I created a script which runs the Dockerfile locally, and also takes care of the environment variables (PATH).

This makes it a lot easier for students to get started - they just have to download and run the download_and_install script in a VM.

(If you like, I can also directly include the dockerfile-to-shell-script utility instead of using a git submodule.)