From 55b448e122ed583c6fa90d06c79aeb9e485ec90f Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Thu, 17 Jul 2025 10:53:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa8d9dc..7dfdd65 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ There are two compiler toolchains available for windows, MinGW-W64 (a free compi ## Using MinGW-W64 * Double click the `build-MinGW-W64.bat` file * CD into the folder in your terminal + * if you are usiing the W64devkit and have not added it to your system path environment variable, you must use the W64devkit.exe terminal, not CMD.exe + * If you want to use cmd.exe or any other terminal, please make sure that gcc/mingw-W64 is in your path environment variable. * run `make` * You are good to go