mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
13 lines
133 B
Bash
Executable File
13 lines
133 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S \
|
|
glfw \
|
|
file \
|
|
openssl \
|
|
capstone \
|
|
llvm \
|
|
llvm-libs \
|
|
nlohmann-json \
|
|
glm \
|
|
python3
|