Skip to content

Commit

Permalink
add ALSA headers for simpleaudio compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
David-bfg committed Oct 3, 2023
1 parent 445920e commit f34b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint: ## run pylint linter.
isort ${target_dirs} --check-only

system-deps: ## install linux system deps
sudo apt-get install -y libsndfile1-dev
sudo apt-get install -y libsndfile1-dev libasound2-dev

dev-deps: ## install development deps
pip install -r requirements.dev.txt
Expand Down

0 comments on commit f34b45a

Please sign in to comment.