From c2cda945003fb126d133f274a51f3f591bf3f486 Mon Sep 17 00:00:00 2001 From: Peter0x44 Date: Tue, 28 Mar 2023 22:19:48 +0000 Subject: [PATCH] Remove link to obsolete MinGW.org domain and project. --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index 53df2bd..efc2ce8 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -49,7 +49,7 @@ On Linux, both the make and cmake build systems install libraylib and raylib.h t ## What are the dependencies on Windows? -For Windows platform, raylib is distributed with a self-contained installer that includes, not only raylib but also a raylib-ready-configured free text editor ([Notepad++](https://notepad-plus-plus.org/)) and a C/C++ compiler with tools ([MinGW](http://www.mingw.org/)). +For Windows platform, raylib is distributed with a self-contained installer that includes, not only raylib but also a raylib-ready-configured free text editor ([Notepad++](https://notepad-plus-plus.org/)) and a C/C++ compiler with tools ([MinGW-w64](https://www.mingw-w64.org/)). Notepad++ comes with a bunch of pre-created scripts ready for compiling a raylib project and raylib source for different platforms. Those scripts assume that raylib is installed in the portable folder path: `C:\raylib`