2020-12-07 04:16:55 +01:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2022-01-13 21:31:01 +01:00
|
|
|
pacman -S --needed --noconfirm \
|
|
|
|
mingw-w64-x86_64-gcc \
|
|
|
|
mingw-w64-x86_64-lld \
|
|
|
|
mingw-w64-x86_64-cmake \
|
|
|
|
mingw-w64-x86_64-ccache \
|
|
|
|
mingw-w64-x86_64-glfw \
|
|
|
|
mingw-w64-x86_64-file \
|
2023-07-16 21:38:54 +02:00
|
|
|
mingw-w64-x86_64-curl-winssl \
|
2022-01-13 21:31:01 +01:00
|
|
|
mingw-w64-x86_64-mbedtls \
|
|
|
|
mingw-w64-x86_64-freetype \
|
2023-07-14 22:03:44 +02:00
|
|
|
mingw-w64-x86_64-dlfcn \
|
2023-07-16 21:38:29 +02:00
|
|
|
mingw-w64-x86_64-ninja \
|
2023-12-24 13:14:51 +01:00
|
|
|
mingw-w64-x86_64-capstone \
|
2023-12-31 11:39:24 +01:00
|
|
|
mingw-w64-x86_64-zlib \
|
|
|
|
mingw-w64-x86_64-bzip2 \
|
|
|
|
mingw-w64-x86_64-xz \
|
|
|
|
mingw-w64-x86_64-zstd
|