Gdmd compiling error

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Mar 14 02:24:19 PDT 2016


On 03/14/2016 02:15 AM, Orkhan wrote:

>> >> I think you need to install gdmd:
>> >>
>> >>   https://github.com/D-Programming-GDC/GDMD

> Yes I have seen that page. But I don't know how to make that . I think I
> need to upload all files then unzip then just type make ? could you
> please let me know. Thanks.

1) Click [ Download ZIP ] to download all files

2) Unzip in some directory

3) Goto GDMD-master under that directory, e.g.

$ cd ~/GDMD-master/

4) make install under that directory as super user

$ sudo make install

Of course, gdmd relies on gdc, which you may have to install separately:

   http://dlang.org/download.html

Ali



More information about the Digitalmars-d-learn mailing list