From 08b1c018f4d54b0b6b9a11ee796f05ab7c5ba681 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 8 Jun 2023 19:42:09 +0200 Subject: [PATCH] Add 'Build dependencies' --- Build-dependencies.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Build-dependencies.md diff --git a/Build-dependencies.md b/Build-dependencies.md new file mode 100644 index 0000000..495ad1a --- /dev/null +++ b/Build-dependencies.md @@ -0,0 +1,7 @@ +For `alsa-sys` + +```bash +sudo apt-get install -y libasound2-dev portaudio19-dev build-essential libpulse-dev libdbus-1-dev +``` + +Something something protoc \ No newline at end of file