mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
22 lines
356 B
Bash
Executable File
22 lines
356 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
freetype2 \
|
|
dbus \
|
|
gtk3 \
|
|
curl \
|
|
fmt \
|
|
yara \
|
|
nlohmann-json \
|
|
ninja \
|
|
zlib \
|
|
bzip2 \
|
|
xz \
|
|
zstd
|