Last active
March 14, 2017 15:16
-
-
Save kit-ty-kate/8c67a7b7619983fb49a3e315bc53ae79 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/sh | |
sudo add-apt-repository --yes ppa:likemartinma/devel | |
sudo add-apt-repository 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-4.0 main' | |
curl -L http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - | |
sudo apt-get update -qq | |
sudo apt-get install -qq cmake llvm-4.0-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment