[PATCH] D33281: [Doc] Update how to install graphviz on macOS

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 07:16:08 PDT 2017


davide added inline comments.


================
Comment at: docs/ProgrammersManual.rst:1291-1295
 with X11, install the `graphviz <http://www.graphviz.org>`_ toolkit, and make
-sure 'dot' and 'gv' are in your path.  If you are running on Mac OS X, download
-and install the Mac OS X `Graphviz program
-<http://www.pixelglow.com/graphviz/>`_ and add
-``/Applications/Graphviz.app/Contents/MacOS/`` (or wherever you install it) to
-your path. The programs need not be present when configuring, building or
-running LLVM and can simply be installed when needed during an active debug
-session.
+sure 'dot' and 'gv' are in your path.  If you are running on macOS, install the
+'graphviz-gui' through `MacPorts <https://www.macports.org>`_. The programs need
+not be present when configuring, building or running LLVM and can simply be
+installed when needed during an active debug session.
----------------
Why not just removing the link and let people google `install graphviz macos` and pick what's the best solution for them?


https://reviews.llvm.org/D33281





More information about the llvm-commits mailing list