aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-20 05:03:23 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-05-20 05:03:23 +0300
commita83b727a134d1262a1b91aa7fb0154330ca50f5f (patch)
treeb35f706700620f079ba856db08544fd283d5b154 /README.md
parent90d530fe1067ce9080c58fddc936904db90e361e (diff)
downloadapplause2-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index abd8bde..b3247c1 100644
--- a/README.md
+++ b/README.md
@@ -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: