diff options
author | 1138-4EB <1138-4EB@users.noreply.github.com> | 2017-02-19 18:49:32 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2017-12-10 12:02:05 +0100 |
commit | bb37f17aef2e69655c61510c4896dd8cb303c993 (patch) | |
tree | c9d4b97c8d7197f40e8f5909beea2b4b5fa459f2 /doc/oldmds/gcc/INSTALL | |
parent | 87a5d4a2ea5172b4ba485d208092ecb88dce75cb (diff) | |
download | ghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.tar.gz ghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.tar.bz2 ghdl-bb37f17aef2e69655c61510c4896dd8cb303c993.zip |
Move split ols txts to doc/oldmds. Add shields to README. Change target of license shield on RTD.
Diffstat (limited to 'doc/oldmds/gcc/INSTALL')
-rw-r--r-- | doc/oldmds/gcc/INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/oldmds/gcc/INSTALL b/doc/oldmds/gcc/INSTALL new file mode 100644 index 000000000..b341317b5 --- /dev/null +++ b/doc/oldmds/gcc/INSTALL @@ -0,0 +1,21 @@ +Install file for the binary distribution of GHDL. + +GHDL is Copyright 2002 - 2015 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 / -jxvf @TARFILE@.tar.bz2 + +Note: you must also have a C compiler and zlib installed. + +Tristan Gingold. + |