summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcatdesk <catdesk@users.noreply.github.com>2016-10-29 14:31:45 +0200
committerGitHub <noreply@github.com>2016-10-29 14:31:45 +0200
commit02b50cc91cceaaaf6d56343dc5ddb185f88fa873 (patch)
tree43c845044a164abd998f2b684e8759ff79efd0f1 /README.md
parentf7b5fae91b212345bc8ce462cc700f4619e2a708 (diff)
Add link to setup LLVM repos on Debian/Ubuntu.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e797a22..47e7dd53 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ with more features (such as detection of inlined functions).
```
# apt-get install llvm-3.8-dev libclang-3.8-dev
```
-
+Adding the LLVM repos to get version 3.8 may be necessary, see http://apt.llvm.org/.
#### Arch
```