diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-11-18 01:07:37 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2005-11-18 01:07:37 +0000 |
commit | 20e31a50417e5452dcc5797d27dc1383253e3161 (patch) | |
tree | 0812c560ae7c40a75fb79960a5c30c18d8c99d0a /translate/gcc | |
parent | 004bd818080a8090ea61bfb9cd656b01fe4541e0 (diff) | |
download | ghdl-20e31a50417e5452dcc5797d27dc1383253e3161.tar.gz ghdl-20e31a50417e5452dcc5797d27dc1383253e3161.tar.bz2 ghdl-20e31a50417e5452dcc5797d27dc1383253e3161.zip |
missing INSTALL file added
Diffstat (limited to 'translate/gcc')
-rw-r--r-- | translate/gcc/INSTALL | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/translate/gcc/INSTALL b/translate/gcc/INSTALL new file mode 100644 index 000000000..ddfdcb620 --- /dev/null +++ b/translate/gcc/INSTALL @@ -0,0 +1,23 @@ +Install file for the binary distribution of GHDL. + +GHDL is Copyright 2002, 2003, 2004, 2005 Tristan Gingold. +GHDL is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +The binary are installed in /usr/local directory. You cannot change this +default location, unless you set links. + +You must be root to install this distribution. + +To install ghdl: +$ su +# tar -C / -zxvf @TARFILE@ + +Note: you must also have a C compiler and zlib installed. + +Good luck. + +Tristan Gingold. +ghdl@free.fr |