![]() | |
You must have installed correctly graphviz or plantuml before to continue. |
With Graphviz and png
output format
$ dot -Tpng -O /path/to/gv_file
Where /path/to/gv_file
is a file contening Graphviz syntax statements produced by
the umlwriter command.
With PlantUML and png
output format
$ java -jar plantuml.jar -Tpng /path/to/puml_file -o /path/to/ouput/dir
Where /path/to/puml_file
is a file contening PlantUML syntax statements produced by
the umlwriter command.
And /path/to/output/dir
is the directory where the image will be generated.