-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
910afc3
commit 7ba1370
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |