Files
PR/get-dependencies.sh
T
cheezwiz7899 e1fef0866e Update get-dependencies.sh
delete mbedtls2... because arch removed it from the repo
2026-06-28 08:45:37 +10:00

57 lines
1.2 KiB
Bash

#!/bin/sh
set -ex
ARCH="$(uname -m)"
pacman -Syu --noconfirm --needed \
base-devel \
boost \
boost-libs \
catch2 \
clang \
cmake \
curl \
enet \
fmt \
ffmpeg \
gamemode \
gcc \
git \
glslang \
glu \
hidapi \
libdecor \
libvpx \
libxi \
libxkbcommon-x11 \
libxss \
lld \
llvm \
mesa \
nasm \
ninja \
nlohmann-json \
numactl \
openal \
patchelf \
pulseaudio \
pulseaudio-alsa \
qt6-base \
qt6-networkauth \
qt6-multimedia \
qt6-tools \
qt6-wayland \
qt6-translations \
sdl2 \
unzip \
vulkan-headers \
vulkan-mesa-layers \
wget \
xcb-util-cursor \
xcb-util-image \
xcb-util-renderutil \
xcb-util-wm \
xorg-server-xvfb \
zip \
zsync