Skip to content

Zeranoe's MinGW-w64 build script with focus on security. Used by mingw-w64-dpp.

License

Notifications You must be signed in to change notification settings

utoni/mingw-w64-build-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Zeranoe's MinGW-w64 build script with focus on security. Used by mingw-w64-dpp.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages