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@ubuntu.com> wrote:
On 16 October 2012 14:41, Manu <turkeyman@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';