Perry E. Metzger via llvm-dev
2017-Feb-28 21:37 UTC
[llvm-dev] Using binary versions of release candidates...
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
Mehdi Amini via llvm-dev
2017-Mar-01 04:33 UTC
[llvm-dev] Using binary versions of release candidates...
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
Perry E. Metzger via llvm-dev
2017-Mar-01 14:18 UTC
[llvm-dev] Using binary versions of release candidates...
On Tue, 28 Feb 2017 20:33:00 -0800 Mehdi Amini <mehdi.amini at apple.com> wrote:> 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).Hrm. I might do that. How will it know not to accidentally mix up system tools and libraries with the ones in some part of my home dir? Does some environment variable besides PATH need to be set? Is there any documentation on this? I did a quick look around and couldn't find any, which is why I asked on the list. Perry -- Perry E. Metzger perry at piermont.com