aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeranoe <zeranoe@gmail.com>2017-06-12 19:58:26 -0400
committerGitHub <noreply@github.com>2017-06-12 19:58:26 -0400
commit00fafae94b1c92399c4a990844efaffa7089b930 (patch)
tree6ea16824e6c102737a335ed9f7ebc0807ca5f7ff
parent254d10447fa5cf72c433d5d707d4bbdd257f9994 (diff)
Add "Platforms" section to README.md
mingw-w64-build has been tested on the listed platforms, but will likely compile on other Unix systems.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e929f1c..73e8b57 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,13 @@ MinGW-w64 cross compiler build script for i686 (Win32) and x86_64 (Win64).
* MPC 1.0.3
* isl 0.18
+## Platforms
+mingw-w64-build has been tested on the following platforms:
+* Ubuntu 17.04 & 16.04
+* Cygwin
+* macOS 10.12 (requires Homebrew)
+* Debian 8.8
+
## 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.