mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +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
This commit is contained in:
committed by
Max Hilbrunner
parent
ece7e495d5
commit
76b6c83ff5
@@ -42,7 +42,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