aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-18 06:00:01 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-19 19:54:41 +0100
commitefc1b697321c4c7600bb127948e2c39b0b20eb39 (patch)
tree4303e0b7b3e12a479f54502cd7d874b3b73bbbe4
parent22d04ec32c8c0457cfa5043c10f0d6f0575e5720 (diff)
downloadghdl-efc1b697321c4c7600bb127948e2c39b0b20eb39.tar.gz
ghdl-efc1b697321c4c7600bb127948e2c39b0b20eb39.tar.bz2
ghdl-efc1b697321c4c7600bb127948e2c39b0b20eb39.zip
Add zlib as dependency in README.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 196235a96..08a7244ef 100644
--- a/README
+++ b/README
@@ -75,7 +75,7 @@ Here is a short comparaison:
As GCC 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.
-If you build with the mcode backend, you need an i386 version of GNAT.
+The only other dependency is zlib (On ubuntu/debian, install zlib1g-dev).
Building with mcode backend
***************************