From 134a27ffa74b033b32a38da8dc508fa109909eb1 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Wed, 17 Jan 2024 10:36:36 -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 9026791..cd9a1fd 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -9,7 +9,7 @@ This is the industry standard IDE for working on windows. A free version is avai https://visualstudio.microsoft.com/vs/community/ *Note* Visual studio is large and somewhat resource intensive, you should have a recently modern computer to use it. -#### MinGW/GCC +#### MinGW-W64/GCC This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devkit 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.