2020-12-07 04:16:55 +01:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2020-12-09 09:51:36 +01:00
|
|
|
pacman -S --needed \
|
2020-12-07 04:16:55 +01: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 14:24:42 +01:00
|
|
|
mingw-w64-x86_64-python \
|
2020-12-22 18:10:01 +01:00
|
|
|
mingw-w64-x86_64-freetype \
|
|
|
|
mingw-w64-x86_64-dlfcn
|