From 1245f3c75e7c5871abc0b5c4f3ed0d2c6df5ee2f Mon Sep 17 00:00:00 2001 From: IvanDSM Date: Sun, 10 May 2020 16:50:48 -0300 Subject: [PATCH] Windows build clarifications. --- Makefile | 3 ++- README.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fb8405..d4bd284 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,8 @@ else endif # Automatic settings for PC port(s) -# WINDOWS_BUILD IS NOT FOR COMPILING A WINDOWS EXECUTABLE UNDER LINUX! +# WINDOWS_BUILD IS NOT FOR COMPILING A WINDOWS EXECUTABLE UNDER LINUX OR WSL! +# USE THE WIKI GUIDE WITH MSYS2 FOR COMPILING A WINDOWS EXECUTABLE! NON_MATCHING := 1 GRUCODE := f3dex2e diff --git a/README.md b/README.md index bfff300..7a912f4 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,5 @@ Run `./extract-assets.py --clean && make clean` or `make distclean` to remove RO ## Building For building instructions, please refer to the [wiki](https://github.com/sm64pc/sm64pc/wiki). + +Windows users: do not attempt to compile with `WINDOWS_BUILD=1` under WSL. It will NOT work. Follow the guide on the wiki. \ No newline at end of file