Get dmd installed on Mac using Brew
Package Information:
Name: dmd
Use: D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
URL: https://dlang.org/
Installation Steps:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dmd using brew
brew install dmd
dmd is ready to use now!