mirror of
https://github.com/citron-neo/PR.git
synced 2026-07-05 15:22:02 -07:00
e1fef0866e
delete mbedtls2... because arch removed it from the repo
57 lines
1.2 KiB
Bash
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
|