What is "dot" the makefile is looking for? #117
Answered
by
bewuethr
JohnDarkhorse
asked this question in
Q&A
-
|
In the makefile . . .
I have no clue what that is, and nothing named "dot" can be found at packages.ubuntu.com. When I search, all I get are endless results explaining "dot files". Can you provide a link to this software's source code or explain how to get it? TIA |
Beta Was this translation helpful? Give feedback.
Answered by
bewuethr
May 24, 2022
Replies: 1 comment
-
|
Dot is part of Graphviz; it generates graphs from textual input (see this article). It's provided by the sudo apt install graphviz |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bewuethr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dot is part of Graphviz; it generates graphs from textual input (see this article). It's provided by the
graphvizpackage in Ubuntu, and can be installed with