[LLVMdev] Build/Install of LLVM without root access

John Criswell criswell at illinois.edu
Tue Jan 7 07:46:47 PST 2014


On 1/7/14 9:35 AM, Bryan Ewbank wrote:
>
> Hi Folks,
>
> I am trying to figure out how to install LLVM as a user on a *NIX 
> machine rather than as root.   Is there any reference to doing this 
> successfully?  I keep running into problems with locations not 
> writeable or obsolete versions of tools on which LLVM is dependent.
>

I haven't installed newer versions of LLVM lately, but if you're 
building LLVM with the configure script and make, all you should need to 
do is specify an install location that you have access to:

./configure --prefix=<some directory you can write to>
make

-- John T.

> Thank you for any pointers or references,
>
> --Bryan Ewbank, Software Language Developer. www.sas.com 
> <http://www.sas.com>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140107/0af8b215/attachment.html>


More information about the llvm-dev mailing list