Skip to content

Instantly share code, notes, and snippets.

@kit-ty-kate
Last active March 20, 2017 23:06
Show Gist options
  • Save kit-ty-kate/53a7f91155e9d98dcfb18afcd1d6c529 to your computer and use it in GitHub Desktop.
Save kit-ty-kate/53a7f91155e9d98dcfb18afcd1d6c529 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.9 main'
curl -L http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install llvm-3.9-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment