summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b779725..852aeb2a 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,18 @@ Installing the dependencies on Fedora:
SDL2_image-devel SDL2_mixer-devel SDL2_net-devel \
SDL2_ttf-devel
+Installing the dependencies on Windows (using MSYS2 UCRT64):
+
+ pacman -S mingw-w64-ucrt-x86_64-gcc \
+ mingw-w64-ucrt-x86_64-cmake \
+ mingw-w64-ucrt-x86_64-physfs \
+ mingw-w64-ucrt-x86_64-curl \
+ mingw-w64-ucrt-x86_64-SDL2_image \
+ mingw-w64-ucrt-x86_64-SDL2_mixer \
+ mingw-w64-ucrt-x86_64-SDL2_net \
+ mingw-w64-ucrt-x86_64-SDL2_ttf \
+ mingw-w64-ucrt-x86_64-libxml2
+
Once the dependencies are installed, use CMake:
cmake -B build .