summaryrefslogtreecommitdiff
path: root/graphviz/config.properties
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-20 00:23:21 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-20 00:23:21 -0600
commit63551aff281f1d289605fe2c9975a15124dbe643 (patch)
tree5d016ed04908d8fcf492c3bcefedfcb43c312b2c /graphviz/config.properties
parent18da70342efb2114042c8ad5fae089cef6e69862 (diff)
Fun with GraphViz
Diffstat (limited to 'graphviz/config.properties')
-rw-r--r--graphviz/config.properties23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphviz/config.properties b/graphviz/config.properties
new file mode 100644
index 0000000..60901d5
--- /dev/null
+++ b/graphviz/config.properties
@@ -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 = /home/bdunahu/.guix-home/profile/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 \ No newline at end of file