diff options
author | catdesk <catdesk@users.noreply.github.com> | 2016-10-29 14:31:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 14:31:45 +0200 |
commit | 02b50cc91cceaaaf6d56343dc5ddb185f88fa873 (patch) | |
tree | 43c845044a164abd998f2b684e8759ff79efd0f1 | |
parent | f7b5fae91b212345bc8ce462cc700f4619e2a708 (diff) |
Add link to setup LLVM repos on Debian/Ubuntu.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |