xhprof icon indicating copy to clipboard operation
xhprof copied to clipboard

graphviz library is missed from the requirements

Open shorman88 opened this issue 10 years ago • 1 comments

Inorder to make Call graph working you need to install graphviz graphviz-devel graphviz-gd and enable it in the config.php.

$_xhprof['dot_binary'] = '/usr/bin/dot'; $_xhprof['dot_tempdir'] = '/tmp'; $_xhprof['dot_errfile'] = '/tmp/xh_dot.err';

Please add graphviz to the requirements.

Thanks

Ayman

shorman88 avatar Apr 19 '15 10:04 shorman88

The graphviz package itself is listed in README, but graphviz-devel and graphviz-gd are not.

Please send a PR for adding them.

aik099 avatar Jun 17 '16 09:06 aik099