Page 1 of 1

Doxygen: "dot not found"

Posted: Tue Aug 04, 2020 9:11 pm
by peter_b
[PROBLEM]
Running Doxygen on Debian 9 fails with an error message that says something like:
dot: not found
(I forgot to copy the original error message...)

[SOLUTION]
"dot" is an executable included in the GraphViz package (which seemed to be missing and not listed as dependency).

So:

Code: Select all

$ apt install graphviz