aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeranoe <zeranoe@gmail.com>2017-06-10 19:31:57 -0400
committerGitHub <noreply@github.com>2017-06-10 19:31:57 -0400
commitcf81e56bb3a7afe66f6ddecbe4881573b4da0cfc (patch)
tree8934d77f580d7cbfad6249d7468438a8ec4017bc
parent6cf91339ace717f8c22b3a7ab8619359ad34217b (diff)
Create README.md
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index a3d4388..e929f1c 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
# mingw-w64-build
-MinGW-w64 build script
+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.