diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-11-29 21:17:16 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-05 03:25:21 +0100 |
commit | 01ae3f0d2d25b8174ee3b281430180a913e5e9a0 (patch) | |
tree | 95d00bb42f817a7418d83179cd26b8ba034def56 | |
parent | 05d2df31745673af742c6ae608b0eda83eded8de (diff) | |
download | ghdl-01ae3f0d2d25b8174ee3b281430180a913e5e9a0.tar.gz ghdl-01ae3f0d2d25b8174ee3b281430180a913e5e9a0.tar.bz2 ghdl-01ae3f0d2d25b8174ee3b281430180a913e5e9a0.zip |
Clarify BUILD instructions with gcc.
Close #210.
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ or if you don't want to install makeinfo: $ make install MAKEINFO=true Build and install vhdl libraries: -$ cd .. +$ cd /path/to/ghdl/source/dir $ make ghdllib $ make install |