Created
June 14, 2019 03:56
-
-
Save nyrahul/265a29a5a1896d13685fad7cfad3470a 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 clang-tidy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment