Add libsndio-dev as a Linux dependency

My build broke because I was missing this
macos-click-through
Adam Lassek 5 years ago
parent 8aff807fee
commit 50dc8b5f10

@ -151,7 +151,7 @@ Note: Neovide has been successfully built on other distros but this reportedly w
gnupg ca-certificates git \ gnupg ca-certificates git \
gcc-multilib g++-multilib cmake libssl-dev pkg-config \ gcc-multilib g++-multilib cmake libssl-dev pkg-config \
libfreetype6-dev libasound2-dev libexpat1-dev libxcb-composite0-dev \ libfreetype6-dev libasound2-dev libexpat1-dev libxcb-composite0-dev \
libbz2-dev freeglut3-dev libxmu-dev libxi-dev libbz2-dev libsndio-dev freeglut3-dev libxmu-dev libxi-dev
``` ```
2. Install Vulkan SDK 2. Install Vulkan SDK

Loading…
Cancel
Save