Installation
For installation, download latest version of "Graphviz" from here. You can either download executable file directly and install or zip file and extract zip and put on command line directory.
To use any executable extension
like dot from Graphviz you need to set the PATH
after installation. For windows
Control panel -> System->
Advance System Setting -> Environment Variables -> PATH
Normally, file will install in
Graphviz directory inside program files so path will looks like :
PATH ->
C:\Program Files\Graphviz2.38\bin\
To test the installation type following
from command line :
> dot -help
If you haven't the set path yet
go to graphviz bin directory from command line and type following :
> dot -help
For installation, download latest version of "Graphviz" from here. You can either download executable file directly and install or zip file and extract zip and put on command line directory.
To use any executable extension
like dot from Graphviz you need to set the PATH
after installation. For windows
Control panel -> System->
Advance System Setting -> Environment Variables -> PATH
Normally, file will install in
Graphviz directory inside program files so path will looks like :
PATH ->
C:\Program Files\Graphviz2.38\bin\
To test the installation type following
from command line :
> dot -help
If you haven't the set path yet
go to graphviz bin directory from command line and type following :
> dot -help
Thanks alot
ReplyDelete