diff options
author | Bert Timmerman <bert.timmerman@xs4all.nl> | 2017-09-14 18:28:52 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-09-14 20:27:15 +0200 |
commit | 7bb08c2e3e4e16725e11134c7597f34689b99942 (patch) | |
tree | 5b05f98e612f487af5dcaa5a313b82abee676bd5 | |
parent | 3c1f8e823971245cd228a068879fd7aafd93e291 (diff) | |
download | ghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.tar.gz ghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.tar.bz2 ghdl-7bb08c2e3e4e16725e11134c7597f34689b99942.zip |
Update BUILD.txt
Fixed a typo.
Signed-off: bert <bert.timmerman@xs4all.nl>
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |