Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save avsm/1d6c3bf85a3eed13f79f330da7da6f28 to your computer and use it in GitHub Desktop.
Save avsm/1d6c3bf85a3eed13f79f330da7da6f28 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo add-apt-repository 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.9 main'
curl -L http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install llvm-3.9-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment