aboutsummaryrefslogtreecommitdiffhomepage
path: root/AppImage.yml
AgeCommit message (Collapse)AuthorFilesLines
2024-05-20AppImages contain Jupyter notebook support nowRobin Haberkorn1-7/+20
* that's their default mode, but the ILua console and Lua prompt can also be accessed by passing additional commandline parameters. * README: we can install our ILua fork without explicitly cloning the repository which simplifies matters a bit.
2024-05-20added AppImage via pkg2appimageRobin Haberkorn1-0/+53
* Docker turned out to be impractical since you cannot connect a dockerized Jack client to a Jack server on the host as library versions would have to match exactly. Neither did I get Netjack to run in Docker. Also when running in Docker, it would be tricky to get gnuplot to work (and Tcl/Tk support in the future). Especially the Jupyter notebook packaging would have been a lot easier, though with Docker. * AppImage will automatically avoid bundling libjack and require a compatible libjack on the host instead. * Using pkg2appimage ensures we can pull in dependencies as Debian packages. * This version of AppImage.yml does not contain Jupyter notebooks.