From a309dc2621ce4f60ed9083a6a1edbf046e48f0fa Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sat, 18 Nov 2023 15:58:31 -0800 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 8be428e..8e75ac7 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -11,7 +11,7 @@ https://visualstudio.microsoft.com/vs/community/ #### MinGW/GCC This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devki -https://github.com/skeeto/w64devkit/release +https://github.com/skeeto/w64devkit/ Download the w64devkit zip file, unzip it and run W64Devkit.exe. that will give you a terminal that is ready to go. ## Game-Premake, the simple solution to get started quickly.