From 95065f39f7a765f36ddcd4f7589bc83cf7b9fec7 Mon Sep 17 00:00:00 2001 From: Stephen Sykes Date: Tue, 27 Sep 2011 15:11:13 +0300 Subject: [PATCH] Added helpful link for failing graphviz installation on Lion, may save some googling. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 960ea38..843e48e 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,8 @@ The sampling interval of the profiler can be adjusted to collect more sudo brew install graphviz ghostscript # osx sudo apt-get install graphviz ps2pdf # debian/ubuntu + If graphviz fails to build on OSX Lion, you may need to recompile libgd, [see here](https://github.com/mxcl/homebrew/issues/6645#issuecomment-1806807) + ## Advantages over ruby-prof * Sampling profiler