Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphviz library is missed from the requirements #89

Open
shorman88 opened this issue Apr 19, 2015 · 1 comment
Open

graphviz library is missed from the requirements #89

shorman88 opened this issue Apr 19, 2015 · 1 comment

Comments

@shorman88
Copy link

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

@aik099
Copy link
Collaborator

aik099 commented Jun 17, 2016

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

Please send a PR for adding them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants