618 Forks
2756 Stars
2756 Watchers

dmd

dmd D Programming Language compiler

How to download and setup dmd

Open terminal and run command
git clone https://github.com/dlang/dmd.git
git clone is used to create a copy or clone of dmd repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with dmd https://github.com/dlang/dmd/archive/master.zip

Or simply clone dmd with SSH
[email protected]:dlang/dmd.git

If you have some problems with dmd

You may open issue on dmd support forum (system) here: https://github.com/dlang/dmd/issues