From 8f41d528859cc3e7a8096d16be13d861bf40e145 Mon Sep 17 00:00:00 2001 From: Yaroslav Kolomiiets Date: Thu, 31 Oct 2024 11:57:10 +0000 Subject: [PATCH] README.md: update URL for MinGW website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6c660..b3af06d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To build on Unix, run CONF=unix make. To build on Solaris using Sun cc, run CONF=sun make. -To build on Windows, you need Mingw. See http://www.mingw.org. +To build on Windows, you need Mingw. See https://www.mingw-w64.org/. Edit Make.config to uncomment the Windows section and comment out the rest. Then run CONF=win32 make.