Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alxschwarz/152a829845a347414d316683afc80ed0 to your computer and use it in GitHub Desktop.
Save alxschwarz/152a829845a347414d316683afc80ed0 to your computer and use it in GitHub Desktop.
Install clang 3.8 on ubuntu 14.04
curl -sL https://gist.githubusercontent.com/AlexFinn/34e8cb271c7e7ce42f59cdd419dbc16f/raw/e7d939ccf1baeb2831ce0a24e85871979310eba3/install-clang.sh -o /tmp/install-clang.sh && bash /tmp/install-clang.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment