diff options
| author | PoorPockets McNewHold <13170204+PoorPocketsMcNewHold@users.noreply.github.com> | 2023-09-26 15:44:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 08:44:18 -0500 |
| commit | 098d5a80446a067d7a7658ee69136ccd4918964c (patch) | |
| tree | 6f0c8f982b90739e06d452b54ba004b2d1a72c1e /docs | |
| parent | 8fdee66610923c78b982d68d4e8b1a5a553ccacf (diff) | |
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 <mannusmenting@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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!** |
