I'm assuming you need this version for Emscripten.
Don't worry, this script will not override your current installation of LLVM and Clang.
Be sure that you have:
- read this
README
file - read this
README
file - understood that you have been told to read the
README
file twice - read the comments in the script
You should create a folder, cd
to it, download the script, and then run it using the sh
command.
So the whole process should look like:
$ SCRIPT_URL=https://gist.github.com/shovon/6151878/raw/62c4f4b5733e772b5a627aebd2b0b32d7cd4ab1e/gistfile1.sh
$ mkdir llvm-src
$ cd llvm-src
$ curl $SCRIPT_URL | sh
And if all went well, LLVM and Clang v3.2 should be in /usr/local/llvm/3.2/bin
.
thank you