From af874a58c3256ac1032c4750546e1c85d346c8f5 Mon Sep 17 00:00:00 2001 From: Saladin Date: Mon, 26 May 2025 21:02:48 +0530 Subject: [PATCH] Added explicit dependencies for Arch Linux (#10386) As I run bevy in a apx container, the default dependencies are bare minimum.. because of which I was able to find the explicit dependencies required for bevy. :+1: the same shall also be applicable for the other distributions but I will have to figure out explicit ones for them and might open a PR for them later. # Objective - Have explicit dependencies listed for a bare minimum system / container ## Solution - Running bevy in a bare minimum apx / distrobox container. --- ## Changelog - Added explicit dependency instructions for Arch Linux Co-authored-by: SHuRiKeN <40650341+shuriken1812@users.noreply.github.com> Co-authored-by: Alice Cecile --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 53ad5257e8..a09bd629ff 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -94,7 +94,7 @@ export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig/" ## Arch / Manjaro ```bash -sudo pacman -S libx11 pkgconf alsa-lib +sudo pacman -S libx11 pkgconf alsa-lib libxcursor libxrandr libxi ``` Install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server you are using.