blob: e929f1cffe359debffc10d74031b47b977912a73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# mingw-w64-build
MinGW-w64 cross compiler build script for i686 (Win32) and x86_64 (Win64).
## Package
* Binutils 2.28
* GCC 7.1.0
* GMP 6.1.2
* MPFR 3.1.5
* MPC 1.0.3
* isl 0.18
## 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.
## Usage
See `mingw-w64-build --help` for build options.
|