diff options
author | tgingold <tgingold@users.noreply.github.com> | 2016-11-19 10:46:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 10:46:24 +0100 |
commit | bd3f76d570e347d16636816e41f09085621b28f1 (patch) | |
tree | 1e6b61eab58a5d2394814c0a60ee7d5981371d09 | |
parent | d718ca75e277165edbaab6b971044cfcb3587abb (diff) | |
parent | ae6c76a5bb5810cd6ee5a47b7a3cfb83a07baac6 (diff) | |
download | ghdl-bd3f76d570e347d16636816e41f09085621b28f1.tar.gz ghdl-bd3f76d570e347d16636816e41f09085621b28f1.tar.bz2 ghdl-bd3f76d570e347d16636816e41f09085621b28f1.zip |
Merge pull request #208 from preusser/patch-1
Corrected named location of ./configure.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ compiler and GNAT GPL is very easy to install (download anonymously from libre.adacore.com, untar and run the doinstall script). You also need zlib (for Debian or Ubuntu: install zlib1g-dev package). -In the GHDL source directory, configure and build: +In the GHDL base directory, configure and build: ```sh $ ./configure --prefix=/usr/local $ make |