make install; where do .di files go?

Manu turkeyman at gmail.com
Tue Oct 16 07:03:27 PDT 2012


so are subfolders in include/d normal? it should I just install my package
in include/d directly?

On 16 October 2012 17:01, Iain Buclaw <ibuclaw at ubuntu.com> wrote:

> 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';
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20121016/afd84c50/attachment.html>


More information about the Digitalmars-d mailing list