https://github.com/utoni/mingw-w64-build-ng
Zeranoe's MinGW-w64 build script with focus on security. Used by mingw-w64-dpp.
https://github.com/utoni/mingw-w64-build-ng
build build-script gcc mingw-w64
Last synced: 4 months ago
JSON representation
Zeranoe's MinGW-w64 build script with focus on security. Used by mingw-w64-dpp.
- Host: GitHub
- URL: https://github.com/utoni/mingw-w64-build-ng
- Owner: utoni
- License: gpl-3.0
- Created: 2021-10-26T14:08:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-16T12:25:31.000Z (8 months ago)
- Last Synced: 2025-10-17T15:06:18.885Z (8 months ago)
- Topics: build, build-script, gcc, mingw-w64
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mingw-w64-build-ng
[Zeranoe](https://github.com/Zeranoe/mingw-w64-build)s build script with some extensions rejected by the upstream.
[](https://github.com/utoni/mingw-w64-build-ng/actions/workflows/build.yml)
[](https://gitlab.com/utoni/mingw-w64-build-ng/-/pipelines)
# mingw-w64-build
mingw-w64-build is a Bash script to build a [MinGW-w64](https://mingw-w64.org)
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
* [MinGW-w64](https://mingw-w64.org) master
* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_42-branch
* [GCC](https://gcc.gnu.org/) releases/gcc-14
## 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//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.