mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
14 lines
185 B
Bash
Executable File
14 lines
185 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S $@ --needed \
|
|
cmake \
|
|
gcc \
|
|
lld \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
python3 \
|
|
freetype2 \
|
|
gtk3 \
|
|
xdg-desktop-portal
|