mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
13 lines
142 B
Bash
Executable File
13 lines
142 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S --needed \
|
|
glfw \
|
|
file \
|
|
openssl \
|
|
capstone \
|
|
llvm \
|
|
llvm-libs \
|
|
nlohmann-json \
|
|
glm \
|
|
python3
|