From 5075d8b8d1d53f4b7c0114aa06241ba17f64b512 Mon Sep 17 00:00:00 2001 From: Nixola Date: Wed, 6 Oct 2021 18:37:43 +0200 Subject: [PATCH] Added cross-compilation instructions to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d963574..eb77690 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Compile with Visual Studio; tested with 2019. On Linux:\ Install devel packages for `SDL2` and `SDL2_mixer`.\ -Compile with CMake; tested with GCC 10, Clang 11. +Compile with CMake; tested with GCC 10, Clang 11.\ +To cross-compile for Windows, install a 64-bit version of mingw and its `SDL2` and `SDL2_mixer` distributions,t hen use the `mingwcc.cmake` toolchain. On macOS:\ **Homebrew**: Install the `SDL2`, `SDL2_mixer` homebrew packages.\