diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2018-01-24 01:34:03 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2018-01-24 01:34:03 -0500 |
commit | 16acaf66ecb16d26fa6098221c09259281392619 (patch) | |
tree | 6b359be5b0e81508d941690981335ded6b8bb1de | |
parent | e123dc9e597c776c3f4910409b53a23c1137e1c8 (diff) |
Add links for packages
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,13 +1,13 @@ # mingw-w64-build -MinGW-w64 cross compiler build script for i686 (Win32) and x86_64 (Win64). +[MinGW-w64](https://mingw-w64.org) cross compiler build script for i686 (Win32) and x86_64 (Win64). ## Package -* Binutils 2.29.1 -* GCC 7.2.0 -* GMP 6.1.2 -* MPFR 3.1.6 -* MPC 1.0.3 -* isl 0.18 +* [Binutils](https://www.gnu.org/software/binutils/) 2.29.1 +* [GCC](https://gcc.gnu.org/) 7.2.0 +* [GMP](https://gmplib.org/) 6.1.2 +* [MPFR](http://www.mpfr.org/) 3.1.6 +* [MPC](http://www.multiprecision.org/mpc/) 1.0.3 +* [isl](http://isl.gforge.inria.fr/) 0.18 ## Platforms mingw-w64-build has been tested on the following platforms: |