From dc2ef0fbb4f743c81b663741cf42cd437215b2cf Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 29 Sep 2019 08:19:19 +0200 Subject: [PATCH] added a TODO --- distributions/raspijamulus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/raspijamulus.sh b/distributions/raspijamulus.sh index c330f71f..8448b1df 100755 --- a/distributions/raspijamulus.sh +++ b/distributions/raspijamulus.sh @@ -58,6 +58,7 @@ if [ "$1" == "opt" ]; then if [ -d "fluidsynth" ]; then echo "The Fluidsynth directory is present, we assume it is compiled and ready to use. If not, delete the fluidsynth directory and call this script again." else +#TODO if the normal jack package is not installed, fluidsynth compiles without jack support wget https://github.com/FluidSynth/fluidsynth/archive/v2.0.6.tar.gz -O fluidsynth.tar.gz tar -xzf fluidsynth.tar.gz rm fluidsynth.tar.gz