Can't get Graphviz to work

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
edwilliams16
Veteran
Posts: 3180
Joined: Thu Sep 24, 2020 10:31 pm
Location: Hawaii
Contact:

Re: Can't get Graphviz to work

Post by edwilliams16 »

On an M1 Macbook brew install graphviz got me a working (presumably 64bit) version

Code: Select all

ed@MacBookM1 ~ % dot -V
dot - graphviz version 7.1.0 (20230121.1956)
my older High Sierra Mac was working with

Code: Select all

ed@MacBookPro17 ~ % dot -V
dot - graphviz version 2.441.1 (2020629.0846)
Post Reply