CSC403: Install Graphviz [2/5] Previous pageContentsNext page

This step is necessary to draw the pictures, which is useful for debugging. Install the latest version.

On Windows or Linux, download and install Graphviz from here: Graphviz
graphviz-windows

If you run into problems, have a look at New simplified installation procedure on Windows.

On a mac, you need to install Homebrew
install-graphviz-mac

Once you have homebrew, just enter the following commands on the Terminal:

brew update
brew install graphviz

Previous pageContentsNext page