added fluidsynth compile requirements

This commit is contained in:
Volker Fischer 2019-09-27 22:12:43 +01:00
parent c62cd71504
commit 83bed4d2a3

View File

@ -5,7 +5,7 @@ OPUS="opus-1.1"
NCORES=$(nproc)
# install required packages
pkgs='build-essential qt5-default libasound-dev'
pkgs='build-essential qt5-default libasound-dev cmake libglib2.0-dev'
if ! dpkg -s $pkgs >/dev/null 2>&1; then
read -p "Do you want to install missing packages? " -n 1 -r
echo