mirror of https://github.com/WerWolv/ImHex.git
12 lines
125 B
Bash
12 lines
125 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
pacman -S \
|
||
|
glfw \
|
||
|
file \
|
||
|
openssl \
|
||
|
capstone \
|
||
|
llvm \
|
||
|
llvm-libs \
|
||
|
nlohmann-json \
|
||
|
python3
|