aboutsummaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorBert Timmerman <bert.timmerman@xs4all.nl>2017-09-14 18:28:52 +0200
committertgingold <tgingold@users.noreply.github.com>2017-09-14 20:27:15 +0200
commit7bb08c2e3e4e16725e11134c7597f34689b99942 (patch)
tree5b05f98e612f487af5dcaa5a313b82abee676bd5 /BUILD.txt
parent3c1f8e823971245cd228a068879fd7aafd93e291 (diff)
downloadghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.tar.gz
ghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.tar.bz2
ghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.zip
Update BUILD.txt
Fixed a typo. Signed-off: bert <bert.timmerman@xs4all.nl>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 4f12e0deb..e5dded942 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -30,7 +30,7 @@ Here is a short comparaison:
+ same advantages of gcc (good generated code, debuggable)
+ easier to build than gcc
-As GCC is written in Ada, you need to use the GNU Ada compiler (GNAT).
+As GHDL is written in Ada, you need to use the GNU Ada compiler (GNAT).
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).