DDT 0.10.1 released
Dicebot via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Wed Jul 2 07:19:25 PDT 2014
On Wednesday, 2 July 2014 at 13:55:50 UTC, Bruno Medeiros wrote:
> On 02/07/2014 12:47, Dicebot wrote:
>> On Wednesday, 2 July 2014 at 11:05:46 UTC, Bruno Medeiros
>> wrote:
>>>> $ ls /usr/include/dlang/dmd/
>>>> core etc index.d object.di std unittest.d
>>>
>>> Thanks, then that is indeed be the import root. (and the only
>>> one)
>>>
>>> Can someone verify the same for LDC?
>>
>> Yes (I am the packager of all D stuff on Arch Linux)
>
> Just to confirm, object.di specifically is in
> /usr/include/dlang/ldc too ?
Yes. All standard stuff can be found using
-I/usr/include/dlang/<dmd|ldc|gdc>.
It is also planned that bindings to any other D libraries will be
stored at /usr/include/dlang/<library> (so that single
-I/usr/include/dlang will locate all of them) but currently there
are none in Arch repos.
More information about the Digitalmars-d-ide
mailing list