Follow simple steps to install dub on Mac
Package Information:
Name: dub
Use: DUB is a build tool for D projects with support for automatically retrieving dependencies and integrating them in the build process.
URL: https://code.dlang.org/getting_started
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dub using brew
brew install dub
dub is ready to use now!