Created
October 8, 2018 09:00
-
-
Save Deadlyelder/7f96a039eb8ce55cf37b8463e56a0842 to your computer and use it in GitHub Desktop.
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
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