2020-12-07 03:16:55 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2020-12-09 08:51:36 +00:00
|
|
|
pacman -S --needed \
|
2020-12-07 03:16:55 +00:00
|
|
|
mingw-w64-x86_64-gcc \
|
|
|
|
mingw-w64-x86_64-cmake \
|
|
|
|
mingw-w64-x86_64-make \
|
|
|
|
mingw-w64-x86_64-capstone \
|
|
|
|
mingw-w64-x86_64-glfw \
|
|
|
|
mingw-w64-x86_64-glm \
|
|
|
|
mingw-w64-x86_64-file \
|
|
|
|
mingw-w64-x86_64-nlohmann-json \
|
|
|
|
mingw-w64-x86_64-openssl \
|
|
|
|
mingw-w64-x86_64-polly \
|
2020-12-11 13:24:42 +00:00
|
|
|
mingw-w64-x86_64-python \
|
2020-12-22 17:10:01 +00:00
|
|
|
mingw-w64-x86_64-freetype \
|
|
|
|
mingw-w64-x86_64-dlfcn
|