During installation (on MacOS) I am getting this message:
graphviz was not found on the system. Downloading vizjs instead. See http://plantuml.com/vizjs. This may take a few minutes.
This means it should work regardless of graphviz installed or not because vizjs is being installed. However, I am getting an error in the generated output site.
The graphviz requirement is not listed as a dependency. It would be useful to have this documented for new starters.
On Mac OS, it's simple homebrew command to install it:
brew install graphviz
During installation (on MacOS) I am getting this message:
graphviz was not found on the system. Downloading vizjs instead. See http://plantuml.com/vizjs. This may take a few minutes.This means it should work regardless of
graphvizinstalled or not becausevizjsis being installed. However, I am getting an error in the generated output site.The
graphvizrequirement is not listed as a dependency. It would be useful to have this documented for new starters.On Mac OS, it's simple homebrew command to install it:
brew install graphviz