Skip to content

Commit

Permalink
Add libsndfile1 to apt dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 15, 2021
1 parent 56b0f36 commit 10410f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ doInstall(){
sudo apt-get update

# Install system dependencies
sudo apt install -y python3-dev python3-venv python3-pip swig libssl-dev libfann-dev portaudio19-dev git mpg123 ffmpeg mimic
sudo apt install -y python3-dev python3-venv python3-pip swig libssl-dev libfann-dev portaudio19-dev libsndfile1 git mpg123 ffmpeg mimic

# Make venv if not in one
if [ -z "${VIRTUAL_ENV}" ]; then
Expand Down

0 comments on commit 10410f7

Please sign in to comment.