Re: Installing GDC to home directory?

2011-08-14 Thread Iain Buclaw
== Quote from Johannes Pfau (s...@example.com)'s article > dsimcha wrote: > >Is there an easy way to compile and install GDC + Phobos, druntime and > >a few custom libraries to your home directory on a machine that you > >don't have root access to? > I think you could just change the "--prefix=/opt

Re: Installing GDC to home directory?

2011-08-14 Thread Johannes Pfau
dsimcha wrote: >Is there an easy way to compile and install GDC + Phobos, druntime and >a few custom libraries to your home directory on a machine that you >don't have root access to? I think you could just change the "--prefix=/opt/gdc" to "--prefix=/home/dsimcha/gdc" and it should work. Or you c

Installing GDC to home directory?

2011-08-14 Thread dsimcha
Is there an easy way to compile and install GDC + Phobos, druntime and a few custom libraries to your home directory on a machine that you don't have root access to?