From 7ba137070e920656782bc3f50f869f7d1a1bdfc9 Mon Sep 17 00:00:00 2001 From: Brecht Sanders Date: Mon, 11 Nov 2019 15:17:03 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d359e..39b3573 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ -# winlibs_mingw -winlibs standalone build of GCC compiler and MinGW-w64 +# winlibs MinGW-w64 +The winlibs standalone build of GCC compiler and MinGW-w64. +GCC is a free and open source C/C++ compiler. +MinGW-w64 is a free and open source for targetting Windows 32-bit and 64-bit platforms with C/C++ compilers. +The combination of both gives you a free C/C++ compiler for Windows.