1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-03 23:20:14 +02:00

Added cross-compilation instructions to readme

This commit is contained in:
Nixola 2021-10-06 18:37:43 +02:00 committed by GitHub
parent e110a45ebc
commit 5075d8b8d1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.\