1
0
mirror of synced 2024-11-12 02:00:52 +01:00
ImHex/dist/get_deps_msys2.sh

16 lines
359 B
Bash
Raw Normal View History

#!/usr/bin/env sh
pacman -S \
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-llvm \
mingw-w64-x86_64-nlohmann-json \
mingw-w64-x86_64-openssl \
mingw-w64-x86_64-polly \
mingw-w64-x86_64-python