On 03/13/2016 06:07 AM, Orkhan wrote:> It is in linux system , and when I type make command it returns error like:
> /bin/sh: 1: gdmd: not found
I think you need to install gdmd: https://github.com/D-Programming-GDC/GDMDAlternatively, assuming that you have dmd installed, you can try replacing gdmd with dmd in your Makefile.
Ali