[llvm-dev] Using binary versions of release candidates...

Mehdi Amini via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 28 20:33:00 PST 2017


It depends how you plan to use it. You can just leave it in your home directory and prepend the path to bin/ to you PATH.
Or you can instruct your build system to use this path (-DCMAKE_C_COMPILER / -DCMAKE_CXX_COMPILER for instance).

— 
Mehdi

> On Feb 28, 2017, at 1:37 PM, Perry E. Metzger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> I downloaded a binary build of release candidate 2, and it was simply
> a bare directory tree with no README files or other directions.
> 
> Does one simply plop this in /usr/local or is there more to it? (I'm
> on OS X.)
> 
> -- 
> Perry E. Metzger		perry at piermont.com
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list