Skip to content

Commit

Permalink
downloads: reword the introduction
Browse files Browse the repository at this point in the history
Try to explain why these are preferred
  • Loading branch information
lazka committed Jan 18, 2025
1 parent ad358ed commit fafa752
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions web/downloads.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Pre-built toolchains

The heart of the Mingw-w64 project is headers and support libraries to
run the output of GCC on Windows. Since Mingw-w64 is neither the home of
GCC nor of binutils, several sets of installation packages which combine
them are available.

In addition, the sources are available but most people will want to grab
binaries directly.
# Pre-built Toolchains

While Mingw-w64 provides the core Windows headers and libraries needed for
Windows development, it's not very useful on its own. Most users should install
a pre-built toolchain that combines Mingw-w64 with a compiler (like GCC with
binutils, or LLVM/Clang) and other essential build components. These
distributions package everything needed to compile programs for Windows and are
much easier to set up than building from source.

## Pre-built toolchains and packages

Expand Down

0 comments on commit fafa752

Please sign in to comment.