Skip to content

Instantly share code, notes, and snippets.

@kit-ty-kate
Last active March 14, 2017 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kit-ty-kate/8c67a7b7619983fb49a3e315bc53ae79 to your computer and use it in GitHub Desktop.
Save kit-ty-kate/8c67a7b7619983fb49a3e315bc53ae79 to your computer and use it in GitHub Desktop.
#!/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