mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-11 14:58:40 -06:00
13 lines
134 B
Bash
Executable File
13 lines
134 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S --needed \
|
|
cmake \
|
|
gcc \
|
|
glfw \
|
|
file \
|
|
mbedtls \
|
|
capstone \
|
|
python3 \
|
|
freetype2 \
|
|
gtk3
|