Skip to content

Instantly share code, notes, and snippets.

@whitequark
Forked from kit-ty-kate/gist:58db9c49a79813fc1dda
Last active August 29, 2015 14: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 whitequark/cc737ffcb8896e4d7b91 to your computer and use it in GitHub Desktop.
Save whitequark/cc737ffcb8896e4d7b91 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo add-apt-repository 'deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.6 main'
wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install llvm-3.6-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment