Skip to content

Commit

Permalink
Merge pull request #59 from izxxr/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse authored Jun 16, 2024
2 parents 9b66dad + 765891f commit 3ae2c36
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions web/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,18 +323,20 @@ just extract the archive and start using the programs in `mingw32\bin` or `ming
This allows for a relocatable compiler suite and allows having multiple versions on the same system.

Also contains other tools including:
* GDB - the GNU Project debugger
* GNU Binutils - a collection of binary tools
* GNU Make - a tool which controls the generation of executables and other non-source files
* Yasm - The Yasm Modular Assembler Project
* NASM - The Netwide Assembler
* JWasm - A free MASM-compatible assembler

* GDB - the GNU Project debugger
* GNU Binutils - a collection of binary tools
* GNU Make - a tool which controls the generation of executables and other non-source files
* Yasm - The Yasm Modular Assembler Project
* NASM - The Netwide Assembler
* JWasm - A free MASM-compatible assembler

Flavors:
* separate packages for 32-bit (i686) and 64-bit (x86_64) Windows
* separate packages for MSVCRT and UCRT builds
* only POSIX threads builds (which also include Win32 API thread functions)
* exception model: Dwarf for 32-bit (i686) and SEH for 64-bit (x86_64)

* separate packages for 32-bit (i686) and 64-bit (x86_64) Windows
* separate packages for MSVCRT and UCRT builds
* only POSIX threads builds (which also include Win32 API thread functions)
* exception model: Dwarf for 32-bit (i686) and SEH for 64-bit (x86_64)

Installation: Download from [winlibs.com](https://winlibs.com/) and extract archive (no installation needed).

Expand Down

0 comments on commit 3ae2c36

Please sign in to comment.