diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-10-29 13:38:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-29 13:38:06 -0500 |
commit | 64e9a993534d2eca3609f339d24e8f140ddaff5e (patch) | |
tree | d1349937ae6df21460a77e2a61b0ae9a9eb44185 | |
parent | f99d129b5f676fee0cbd2771e77ce34f82629ebe (diff) | |
parent | 02b50cc91cceaaaf6d56343dc5ddb185f88fa873 (diff) |
Auto merge of #162 - catdesk:catdesk-patch-1, r=emilio
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 ``` |