From 44fc6ba7b7f873bb104efe9bd4a0b420be4eb699 Mon Sep 17 00:00:00 2001 From: shrddr Date: Tue, 26 Dec 2023 18:45:36 +0200 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 ddf7812..9026791 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -10,7 +10,7 @@ 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 -This is an open source C/C++ toolchain that is very lightweight. The best way to get MinGW and GCC is via the W64Devki +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.