Std DependencyGraph: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 16: Line 16:
==Installation==
==Installation==


On Ubuntu Linux, just need to install the graphviz package from the Ubuntu repositories.<br>
'''Ubuntu Linux:''' You just need to install the graphviz package from the Ubuntu repositories.<br>
On Windows, see http://graphviz.org/
'''Windows:''' See http://graphviz.org/

'''Mac/OSX:'''<br>
You can install graphviz using brew:
$ brew install graphviz
This installs the graphviz binaries under /usr/local/bin. Unfortunately we can't navigate there from the file dialog that comes up from FreeCAD->Tools->Dependency graph. So let's create a link to /usr/local/bin in our home directory:
$ ln -s /usr/local/bin ~/
Now when asked to select the graphviz install directory go to your home directory and select "bin".



[[Category:User Documentation]]
[[Category:User Documentation]]

Revision as of 19:39, 25 July 2014

This documentation is not finished. Please help and contribute documentation.

See Std ViewScreenShot for good documented Command. Gui Command gives an overview over commands. And see List of Commands for other commands.

Go to the FreeCAD Wiki to contribute.

Tools -> Dependency graph...

DependencyGraph1.png


Installation

Ubuntu Linux: You just need to install the graphviz package from the Ubuntu repositories.
Windows: See http://graphviz.org/

Mac/OSX:
You can install graphviz using brew:

 $ brew install graphviz

This installs the graphviz binaries under /usr/local/bin. Unfortunately we can't navigate there from the file dialog that comes up from FreeCAD->Tools->Dependency graph. So let's create a link to /usr/local/bin in our home directory:

 $ ln -s /usr/local/bin ~/

Now when asked to select the graphviz install directory go to your home directory and select "bin".

Available translations of this page: