Nick Dokos <nicholas.do...@hp.com> wrote: > Christian Wittern <cwitt...@gmail.com> wrote: > > > The one dependency I could not solve was the 'dot' executable. I > > assume this is an interpreter for the dot language, for which it seems > > the program on the Mac is named graphviz. However, I am not sure how > > to make that work with org/babel. Should I simply symlink to > > graphviz? Or is there a babel variable to be set? This is a point > > that probably needs some explanation, at least for Mac users (I > > realize that the articel might not have been intended as such a > > general introduction with details for all common OSses, but it would > > be nice if this can be gradually supplemented). > > > > On linux, the graphviz package install a bunch of libraries and a bunch of > commands. The commands are: > > ...
... and afaict, all the commands are symlinks to the dot executable (/usr/bin/dot). Nick > > There is no "graphviz" executable as such. I would expect a similar setup > on MacOS. The man page refers to http://www.graphviz.org/Documentation.php > for more info. > > HTH, > Nick > >