14 lines
151 B
Bash
Executable File
14 lines
151 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
pacman -S --needed \
|
|
cmake \
|
|
gcc \
|
|
glfw \
|
|
file \
|
|
openssl \
|
|
capstone \
|
|
nlohmann-json \
|
|
glm \
|
|
python3 \
|
|
freetype2
|