From e4a0432383331e013808a97b7c24707e4ddc4726 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 26 Sep 2025 12:23:19 +0200 Subject: Initial Commit --- scripts/install_deps_arch.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 scripts/install_deps_arch.sh (limited to 'scripts/install_deps_arch.sh') diff --git a/scripts/install_deps_arch.sh b/scripts/install_deps_arch.sh new file mode 100644 index 0000000..640eda1 --- /dev/null +++ b/scripts/install_deps_arch.sh @@ -0,0 +1,18 @@ +#!/usr/bin/env bash +set -euo pipefail + +sudo pacman -Syu --noconfirm +sudo pacman -S --noconfirm \ + base-devel cmake ninja pkgconf git \ + lua \ + libx11 libxrandr libxinerama libxfixes libxcursor \ + libxcb xcb-util xcb-util-keysyms xcb-util-wm \ + libxft \ + wayland wayland-protocols \ + libxkbcommon seatd \ + libdrm mesa egl-wayland libgbm \ + libinput \ + pixman \ + wlroots + +echo "Dependencies installed." -- cgit v1.2.3