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