diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-20 05:03:23 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-20 05:03:23 +0300 |
commit | a83b727a134d1262a1b91aa7fb0154330ca50f5f (patch) | |
tree | b35f706700620f079ba856db08544fd283d5b154 /README.md | |
parent | 90d530fe1067ce9080c58fddc936904db90e361e (diff) | |
download | applause2-a83b727a134d1262a1b91aa7fb0154330ca50f5f.tar.gz |
added AppImage via pkg2appimage
* 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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ You have to manually build and install LuaJIT v2.1: Furthermore, install the following dependencies (Ubuntu): sudo apt-get install build-essential libreadline-dev libjack-jackd2-dev \ - libsndfile1 libasound2 feedgnuplot + libsndfile1-dev libasound2-dev feedgnuplot On FreeBSD, you will need the following packages/ports: |