make install; where do .di files go?

Iain Buclaw ibuclaw at ubuntu.com
Tue Oct 16 07:01:48 PDT 2012


On 16 October 2012 14:41, Manu <turkeyman at gmail.com> wrote:
> I'm trying to make an installer.
> Easy for C, headers go in /usr/[local/]include.
> Where do D's imports go? I can't find a place that DMD and GDC agree on...
> surely there should be one standard location so packages can write
> installers?

/usr/[local/]include/d is the standard path.  Each compiler tends to
have it's own subfolder here anyway...

Hmm... for GDC you can set $DPATH environment variable and it will
adhere to it (add directories to list of include paths).


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list