rsgit /mingw-w64-buildA hyper-hyperfast web frontend for git repositories written in Rust.

Mingw-w64 build script

Latest commits
CommitMessageAuthorDate
9f9009bcb6Update READMEKyle Schwarz2 years ago
ebc892c9c8fix SRC_PATH when CACHED_SOURCEStokomine2 years ago
219472d381Update gcc to releases/gcc-14Kyle Schwarz2 years ago
a7874f5385Update binutils to binutils-2_42-branchKyle Schwarz2 years ago
1e3e34196cUpdate copyrightKyle Schwarz2 years ago

→ full history

Branches
NameTargetSubjectDate
main9f9009bcb6Update README2 years ago
README

mingw-w64-build

mingw-w64-build is a Bash script to build a MinGW-w64 cross compiler for i686 (Win32) and x86_64 (Win64). It will build a fully static toolchain that can compile Windows executables that don't depend on any GCC dll files.

Default Branches

Default Prefix

$HOME/.zeranoe/mingw-w64/i686 and $HOME/.zeranoe/mingw-w64/x86_64 are the default install locations, but this location can be modified with the --prefix option. To ensure the new compilers are available system-wide, add $HOME/.zeranoe/mingw-w64/<arch>/bin to the $PATH.

Platforms

mingw-w64-build should run on Ubuntu, Cygwin, macOS (with Homebrew), and other Bash based shells.

Usage

See mingw-w64-build --help for all build options.

License

mingw-w64-build is licensed under the GNU GPL 3.0 or later. A copy of the license can be found in the LICENSE file.