2020-12-07 03:16:55 +00:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2021-02-28 14:24:02 +00:00
|
|
|
pacman -S --needed --noconfirm \
|
2020-12-07 03:16:55 +00:00
|
|
|
mingw-w64-x86_64-gcc \
|
|
|
|
mingw-w64-x86_64-cmake \
|
|
|
|
mingw-w64-x86_64-make \
|
2021-09-19 19:49:09 +00:00
|
|
|
mingw-w64-x86_64-ccache \
|
2020-12-07 03:16:55 +00:00
|
|
|
mingw-w64-x86_64-glfw \
|
|
|
|
mingw-w64-x86_64-file \
|
2021-02-02 22:11:23 +00:00
|
|
|
mingw-w64-x86_64-mbedtls \
|
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 \
|
2021-10-14 19:19:31 +00:00
|
|
|
mingw-w64-x86_64-dlfcn
|