Skip to content

Instantly share code, notes, and snippets.

@Deadlyelder
Created October 8, 2018 09:00
Show Gist options
  • Save Deadlyelder/7f96a039eb8ce55cf37b8463e56a0842 to your computer and use it in GitHub Desktop.
Save Deadlyelder/7f96a039eb8ce55cf37b8463e56a0842 to your computer and use it in GitHub Desktop.
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main"
sudo apt-get update
sudo apt-get install -y clang-6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment