Doxygen: "dot not found"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 370
Joined: Tue Nov 12, 2013 2:05 am

Doxygen: "dot not found"

Post 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
Post Reply