Created
May 20, 2016 08:33
-
-
Save alepez/b40596fb8198f16051afdb8564cb15d3 to your computer and use it in GitHub Desktop.
ubuntu 14.04 LTS clang 3.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://llvm.org/apt/llvm-snapshot.gpg.key | apt-key add | |
echo 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.8 main' >> /etc/apt/sources.list | |
apt-get update | |
apt-get install clang-3.8 lldb-3.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment