Initial commit

This commit is contained in:
Carlos Galindo 2019-03-26 20:11:14 +01:00
commit a52d26a18e
Signed by untrusted user who does not match committer: kauron
GPG key ID: 83E68706DEE119A3
24 changed files with 1091 additions and 0 deletions

View file

@ -0,0 +1,23 @@
##############################################################
# Linux Configurations #
##############################################################
# The dir. where temporary files will be created.
tempDirForLinux = /tmp
# Where is your dot program located? It will be called externally.
dotForLinux = /usr/bin/dot
##############################################################
# Windows Configurations #
##############################################################
# The dir. where temporary files will be created.
tempDirForWindows = c:/temp
# Where is your dot program located? It will be called externally.
dotForWindows = "c:/Program Files (x86)/Graphviz 2.28/bin/dot.exe"
##############################################################
# Mac Configurations #
##############################################################
# The dir. where temporary files will be created.
tempDirForMacOSX = /tmp
# Where is your dot program located? It will be called externally.
dotForMacOSX = /usr/local/bin/dot