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

Zeranoe's Mingw-w64 build script with focus on security. Used by mingw-w64-ddk-template.

Latest commits
CommitMessageAuthorDate
b34b6bc7c5Update READMEToni Uhlig4 months ago
619ec49b7bReverted back to gcc-12, because:Toni Uhlig4 months ago
67add64a35Fix CIToni Uhlig8 months ago
b2836db3c6Merge branch 'main' into mingw-w64-build-ngToni Uhlig1 year ago
deb97ff63bDo not upload build artifacts for scheduled builds.Toni Uhlig3 years ago

→ full history

Branches
NameTargetSubjectDate
mainb34b6bc7c5Update README4 months ago
tmp67add64a35Fix CI8 months ago
Tags
NameTargetSubjectDate
v1.2619ec49b7bReverted back to gcc-12, because:4 months ago
v1.1b2836db3c6Merge branch 'main' into mingw-w64-build-ng1 year ago
v1.006c1b20ec7Added activate.sh script and run CI test.3 years ago
README

mingw-w64-build-ng

Zeranoes build script with some extensions rejected by the upstream.

Build Gitlab-CI

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/.mingw-w64-build-ng/i686 and $HOME/.mingw-w64-build-ng/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/.mingw-w64-build-ng/<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.