Doxygen: "dot not found"
Posted: Tue Aug 04, 2020 9:11 pm
[PROBLEM]
Running Doxygen on Debian 9 fails with an error message that says something like:
[SOLUTION]
"dot" is an executable included in the GraphViz package (which seemed to be missing and not listed as dependency).
So:
Running Doxygen on Debian 9 fails with an error message that says something like:
(I forgot to copy the original error message...)dot: not found
[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