Ancilliary tools for the D programming language compiler
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity. This port provides the ancilliary tools for the D programming language compiler.
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity. This port provides the ancilliary tools for the D programming language compiler.
To install dmd-tools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dmd-tools
To see what files were installed by dmd-tools, run:
port contents dmd-tools
To later upgrade dmd-tools, run:
sudo port selfupdate && sudo port upgrade dmd-tools
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.