diff options
author | tgingold <tgingold@users.noreply.github.com> | 2016-01-27 21:12:54 +0100 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2016-01-27 21:12:54 +0100 |
commit | d0792083cd811a0c3ccdcc3c40d04647619772b9 (patch) | |
tree | b8b4b0c321cf3bc06c7c8d28c28480e154a0df6c | |
parent | 5cdcbab8463fded2342cc719ec9d3e3ef2f65fae (diff) | |
download | ghdl-d0792083cd811a0c3ccdcc3c40d04647619772b9.tar.gz ghdl-d0792083cd811a0c3ccdcc3c40d04647619772b9.tar.bz2 ghdl-d0792083cd811a0c3ccdcc3c40d04647619772b9.zip |
Add a note for llvm dependency on libedit.
Fix issue28
-rw-r--r-- | BUILD.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ Building with the llvm backend You need to build and install llvm version 3.5 [do not modify this line as this is read by scripts]. +(Usually llvm also depends on libedit). First configure ghdl with '--with-llvm-config' $ ./configure --with-llvm-config |