Update README.md

This commit is contained in:
Jeffery Myers
2025-07-17 10:53:07 -07:00
committed by GitHub
parent 284a5f8b42
commit 55b448e122

View File

@@ -25,6 +25,8 @@ There are two compiler toolchains available for windows, MinGW-W64 (a free compi
## Using MinGW-W64 ## Using MinGW-W64
* Double click the `build-MinGW-W64.bat` file * Double click the `build-MinGW-W64.bat` file
* CD into the folder in your terminal * 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` * run `make`
* You are good to go * You are good to go