== Quote from Trass3r (u...@known.com)'s article
> > For example, if I am creating a binary .deb or .rpm, I can compile
> > everything I want so that it expects to run in '/usr' (prefix), but dump
> > the files in '/home/vnayar/myproject/rpm' (DESTDIR).
> >
> > After I run my command, I'll have stu
For example, if I am creating a binary .deb or .rpm, I can compile
everything I want so that it expects to run in '/usr' (prefix), but dump
the files in '/home/vnayar/myproject/rpm' (DESTDIR).
After I run my command, I'll have stuff like:
/home/vnayar/myproject/rpm/
+ usr/bin/mybin
+ us
On Mon, 15 Aug 2011 07:23:02 +0200, Johannes Pfau wrote:
> 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=/op
Is there any equivalent of dmd.conf for GDC that I can use to specify default
import directories and linking search directories that I want only GDC to be
aware of?
== Quote from Iain Buclaw (ibuc...@ubuntu.com)'s article
> == 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