A program may require one or more other programs to run (the "dependencies").
In OS Windows Graphviz can be installed via:
- Manual install from official website;
- chocolatey (needs to install it first, plus
choco.exe
needs to be in thePATH
environment variable):
choco.exe install graphviz
OS *nix (Ubuntu)
In OS Ubuntu Graphviz can be installed via two simple commands:
$ sudo apt update -y && sudo apt upgrade -y
$ sudo apt-get install graphviz libgraphviz-dev pkg-config -y
- Visual Studio Code (VS Code):
-
- Open this repository root folder as project;
-
- Press
Ctrl+Shift+B
to build.
- Press
- Windows:
-
- Run (Double-click of LMB)
./scripts/compile.bat
to build (will closes immediately in end).
- Run (Double-click of LMB)
- Ubuntu:
-
- Run
./scripts/compile.sh
to build (will closes immediately in end).
- Run