Std DependencyGraph: Difference between revisions

From FreeCAD Documentation
(translate)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
<div id="itsfree" style="text-align:center; background:#FDE0A8;margin:1em 7em;padding:0.5em 2em;border:2px solid #FF5706;">
<div id="itsfree" style="text-align:center; background:#FDE0A8;margin:1em 7em;padding:0.5em 2em;border:2px solid #FF5706;">


<!--T:2-->
This documentation is not finished. Please help and contribute documentation.
This documentation is not finished. Please help and contribute documentation.


<!--T:3-->
See [[Std ViewScreenShot]] for good documented Command. [[Gui Command]] gives an overview over commands. And see [[List of Commands]] for other commands.
See [[Std ViewScreenShot]] for good documented Command. [[Gui Command]] gives an overview over commands. And see [[List of Commands]] for other commands.


<!--T:4-->
Go to the [http://www.freecadweb.org/wiki/index.php?title=Main_Page FreeCAD Wiki] to contribute.
Go to the [http://www.freecadweb.org/wiki/index.php?title=Main_Page FreeCAD Wiki] to contribute.


<!--T:5-->
</div>
</div>


== Description ==
== Description == <!--T:6-->


<!--T:7-->
Tools → Dependency graph...
Tools → Dependency graph...


<!--T:8-->
[[Image:DependencyGraph1.png|DependencyGraph1.png]]
[[Image:DependencyGraph1.png|DependencyGraph1.png]]
{{clear}}
{{clear}}


==Installation==
==Installation== <!--T:9-->


<!--T:10-->
'''Ubuntu Linux:''' You 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>
'''Windows:''' See http://graphviz.org/
'''Windows:''' See http://graphviz.org/


<!--T:11-->
'''Mac/OSX:'''<br>
'''Mac/OSX:'''<br>
You can install graphviz using brew:
You can install graphviz using brew:
Line 29: Line 38:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>
<!--T:12-->
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:
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:
</translate>
</translate>
Line 35: Line 45:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>
<!--T:13-->
Now when asked to select the graphviz install directory go to your home directory and select "bin".
Now when asked to select the graphviz install directory go to your home directory and select "bin".


<!--T:14-->
[[Category:UnfinishedDocu]]
[[Category:UnfinishedDocu]]
[[Category:User Documentation]]
[[Category:User Documentation]]

Revision as of 07:46, 26 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.

Description

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".