aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ce3b7792afee9dc8c177870e21cb58d01290ddff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# mingw-w64-build
[MinGW-w64](https://mingw-w64.org) cross compiler build script for i686 (Win32) and x86_64 (Win64).

## Package
* [Binutils](https://www.gnu.org/software/binutils/) 2.29.1
* [GCC](https://gcc.gnu.org/) 7.3.0
* [GMP](https://gmplib.org/) 6.1.2
* [MPFR](http://www.mpfr.org/) 4.0.1
* [MPC](http://www.multiprecision.org/mpc/) 1.1.0
* [isl](http://isl.gforge.inria.fr/) 0.19

## Platforms
mingw-w64-build has been tested on the following platforms:
* Ubuntu 17.04 & 16.04
* Cygwin
* macOS 10.13 (requires Homebrew)
* Debian 9

## 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.