added a TODO

This commit is contained in:
Volker Fischer 2019-09-29 08:19:19 +02:00
parent 40d54647aa
commit dc2ef0fbb4

View file

@ -58,6 +58,7 @@ if [ "$1" == "opt" ]; then
if [ -d "fluidsynth" ]; 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." 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 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 wget https://github.com/FluidSynth/fluidsynth/archive/v2.0.6.tar.gz -O fluidsynth.tar.gz
tar -xzf fluidsynth.tar.gz tar -xzf fluidsynth.tar.gz
rm fluidsynth.tar.gz rm fluidsynth.tar.gz