1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/dist/get_deps_archlinux.sh

18 lines
237 B
Bash
Raw Normal View History

#!/usr/bin/env sh
pacman -S $@ --needed \
2022-01-13 21:31:01 +01:00
cmake \
gcc \
lld \
glfw \
file \
mbedtls \
freetype2 \
dbus \
gtk3 \
curl \
fmt \
yara \
2023-07-14 22:03:44 +02:00
nlohmann-json \
ninja