aboutsummaryrefslogtreecommitdiffstats
path: root/doc/getting
diff options
context:
space:
mode:
author1138-4EB <1138-4EB@users.noreply.github.com>2017-02-25 20:18:09 +0100
committertgingold <tgingold@users.noreply.github.com>2017-12-10 12:02:05 +0100
commite3047c70d11bcbe9998518733c2fcb61cb729ab5 (patch)
tree75fa2731b7eebd77b3c0d44fc8bef34bdf065a15 /doc/getting
parent6871bbba1bdc4332cf68e1494e3c6f1615fefbcb (diff)
downloadghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.gz
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.tar.bz2
ghdl-e3047c70d11bcbe9998518733c2fcb61cb729ab5.zip
Meta.rst added to changelog
Diffstat (limited to 'doc/getting')
-rw-r--r--doc/getting/Building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getting/Building.rst b/doc/getting/Building.rst
index 9c357b476..64e72bccb 100644
--- a/doc/getting/Building.rst
+++ b/doc/getting/Building.rst
@@ -105,7 +105,7 @@ LLVM backend
GNU/Linux
----------------
-You need to install LLVM (usually depends on :samp:`libedit`). The supported versions are 3.5 till 3.9, but debugging is only supported with LLVM 3.5.
+You need to install LLVM (usually depends on :samp:`libedit`, see :ghdlsharp`29`). The supported versions are 3.5 till 3.9, but debugging is only supported with LLVM 3.5.
- First configure GHDL with the proper arg :samp:`./configure --with-llvm-config`. If :samp:`llvm-config` is not in your path, you can specify it: :samp:`./configure --with-llvm-config=LLVM_INSTALL/bin/llvm-config`.