added a TODO
This commit is contained in:
parent
40d54647aa
commit
dc2ef0fbb4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue