My first experience as a D Newbie
jmh530
john.michael.hall at gmail.com
Thu Oct 12 01:26:33 UTC 2017
On Wednesday, 11 October 2017 at 22:23:12 UTC, Rion wrote:
> On Wednesday, 11 October 2017 at 18:29:38 UTC, qznc wrote:
>> At least on Ubuntu, this gives me an IDE:
>>
>> dub run dlangide
>>
>> I have not used it much and I don't know if it works on
>> Windows, but it might be the easiest way once you installed
>> dmd and dub.
>
> Windows 10:
>
> dub run dlangide
> Failed to find a package named 'dlangide'.
You have to fetch it first if you don't already have it:
dub fetch dlangide
dub run dlangide
Of course, you might still have an issue...
More information about the Digitalmars-d
mailing list