Skip to content

Instantly share code, notes, and snippets.

@alepez
Created May 20, 2016 08:33
Show Gist options
  • Save alepez/b40596fb8198f16051afdb8564cb15d3 to your computer and use it in GitHub Desktop.
Save alepez/b40596fb8198f16051afdb8564cb15d3 to your computer and use it in GitHub Desktop.
ubuntu 14.04 LTS clang 3.8
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