From 50dc8b5f10a4a8bef2902b9165ec986481d6a07d Mon Sep 17 00:00:00 2001 From: Adam Lassek Date: Sun, 1 Mar 2020 23:02:02 -0600 Subject: [PATCH] Add libsndio-dev as a Linux dependency My build broke because I was missing this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efd3b9..6e6bbd8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Note: Neovide has been successfully built on other distros but this reportedly w gnupg ca-certificates git \ gcc-multilib g++-multilib cmake libssl-dev pkg-config \ 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