From 098d5a80446a067d7a7658ee69136ccd4918964c Mon Sep 17 00:00:00 2001 From: PoorPockets McNewHold <13170204+PoorPocketsMcNewHold@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:44:18 +0200 Subject: [PATCH] Add pulseaudio-libs to the necessaries dependencies (#2928) Create a crash on extraction for systems using pipewire *(and possibly other sounds systems)*. Co-authored-by: aMannus --- docs/BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 00d8441e7..d6d061049 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -81,7 +81,7 @@ cd "build/x64" ``` ## Linux -Requires `gcc >= 10, x11, curl, python3, sdl2 >= 2.0.22, libpng, glew >= 2.2, ninja, cmake, lld` +Requires `gcc >= 10, x11, curl, python3, sdl2 >= 2.0.22, libpng, glew >= 2.2, ninja, cmake, lld, pulseaudio-libs` **Important: For maximum performance make sure you have ninja build tools installed!**