added fluidsynth compile requirements
This commit is contained in:
parent
c62cd71504
commit
83bed4d2a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue