diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +# 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 @@ -10,10 +16,10 @@ files. * [GCC](https://gcc.gnu.org/) releases/gcc-14 ## Default Prefix -`$HOME/.zeranoe/mingw-w64/i686` and `$HOME/.zeranoe/mingw-w64/x86_64` are the +`$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/.zeranoe/mingw-w64/<arch>/bin` to the `$PATH`. +`$HOME/.mingw-w64-build-ng/<arch>/bin` to the `$PATH`. ## Platforms mingw-w64-build should run on Ubuntu, Cygwin, macOS (with Homebrew), and other |