install dependencies scripts

This commit is contained in:
Jannis R 2019-08-27 12:35:11 +02:00
parent 9a1e8769ab
commit 5bffe0c6fe
No known key found for this signature in database
GPG Key ID: 0FE83946296A88A5
2 changed files with 14 additions and 0 deletions

7
install-dependencies-linux.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
set -x
set -o pipefail
sudo apt install libsndfile1-dev fftw3-dev libasound2-dev libpulse-dev
sudo apt install pkg-config automake

7
install-dependencies-macos.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
set -x
set -o pipefail
brew install libsndfile fftw
brew install automake