diff options
author | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-13 16:03:14 +0200 |
commit | c482e6d0442212415c787676f6ffd4e38e8ffa74 (patch) | |
tree | 82cca40ffe1c4939a3ea2d8257b3e4af6eced709 /README | |
parent | 357e381d7dff9279157186afd6a6c19124a804f5 (diff) | |
download | ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.gz ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.tar.bz2 ghdl-c482e6d0442212415c787676f6ffd4e38e8ffa74.zip |
Update README and some copyright dates.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -10,8 +10,13 @@ terms; see the individual source files for details. Building GHDL (Short instructions) ********************************** -You need GNAT for x86 (32 bits). See below for instructions +If you aren't on linux, see below for full instructions. +You need GNAT GPL 2014 (or later) for x86 (32 bits). GNAT is the GNU Ada +compiler and GNAT GPL is very easy to install (just untar and run the +doinstall script). + +In the GHDL source directory, configure and build: $ ./configure $ make @@ -56,6 +61,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. Building with mcode backend |