aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-06-12 06:11:43 +0200
committerTristan Gingold <tgingold@free.fr>2017-06-12 06:11:43 +0200
commit1ffa7bee75381916253d9990be6f558051b17095 (patch)
tree7dffa1ce32575e97f24ed2e327389a682a3acc62
parent15f250b53c21dc9898126d9476edb4322cdbb6b4 (diff)
downloadghdl-1ffa7bee75381916253d9990be6f558051b17095.tar.gz
ghdl-1ffa7bee75381916253d9990be6f558051b17095.tar.bz2
ghdl-1ffa7bee75381916253d9990be6f558051b17095.zip
Document requirements for MSYS.
Close #362
-rw-r--r--BUILD.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 2d059a034..4f12e0deb 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -35,6 +35,10 @@ I recommend to use GNAT GPL from http://libre.adacore.com (free).
GHDL was tested with GNAT GPL 2014. Any later version should work.
The only other dependency is zlib (On ubuntu/debian, install zlib1g-dev).
+On UNIX and MinGW systems, you also need standard utilities like sh,
+cmp or make. On MSYS2 packages msys/diffutils and msys/make must be
+installed.
+
Building with mcode backend
***************************