go-callvis icon indicating copy to clipboard operation
go-callvis copied to clipboard

unable to find program 'dot', please install it or check your PATH

Open frankqwang opened this issue 5 years ago • 1 comments

2020/06/11 11:08:10 http serving at http://localhost:7878 2020/06/11 11:08:10 converting dot to svg.. 2020/06/11 11:08:10 unable to find program 'dot', please install it or check your PATH

frankqwang avatar Jun 11 '20 03:06 frankqwang

You need to install Graphviz.

# on ubuntu
sudo apt install graphviz

README#Requirements.

ondrajz avatar Jul 01 '20 08:07 ondrajz