mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add missing dependincies like Alsa and Pulseaudio to Alpine linux one-liner
adds "eudev-dev", "alsa-lib-dev", and "pulseaudio-dev" to the list of dependency's to install for alpine Linux to get the editor to compile and audio to work on both godot 4 and 3.x
(cherry picked from commit 76b6c83ff5)
This commit is contained in:
committed by
Rémi Verschelde
parent
aa3b710738
commit
4c0a92f8e8
@@ -43,7 +43,7 @@ Distro-specific one-liners
|
||||
| **Alpine Linux** | :: |
|
||||
| | |
|
||||
| | apk add scons pkgconf gcc g++ libx11-dev libxcursor-dev libxinerama-dev libxi-dev libxrandr-dev \ |
|
||||
| | mesa-dev libexecinfo-dev |
|
||||
| | mesa-dev libexecinfo-dev eudev-dev alsa-lib-dev pulseaudio-dev |
|
||||
+------------------+-----------------------------------------------------------------------------------------------------------+
|
||||
| **Arch Linux** | :: |
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user