You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code should call dot or other algorithms directly. The MacPorts graphviz package is a dependency of graphviz-gui so the command line utilities would be present in either case.
The text was updated successfully, but these errors were encountered:
I fully agree and provided a pull request #81 with same suggestion. MacOS users of foma should be able to install graphviz via macports or brew. I don't think that GraphViz will be back soonish as a simple installable package under MacOS (if I understand correctly).
I have
graphviz
installed (via MacPorts) on my machine:$ type dot dot is hashed (/opt/local/bin/dot)
However, after adding rules in the REPL, when I type
view net
I get the following:The code requires the GUI app, rather than the command line utilities: https://github.com/mhulden/foma/blob/master/foma/iface.c#L1704. This seems unnecessary.
The code should call
dot
or other algorithms directly. The MacPortsgraphviz
package is a dependency ofgraphviz-gui
so the command line utilities would be present in either case.The text was updated successfully, but these errors were encountered: