From 63551aff281f1d289605fe2c9975a15124dbe643 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Sat, 20 Apr 2024 00:23:21 -0600 Subject: Fun with GraphViz --- graphviz/config.properties | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 graphviz/config.properties (limited to 'graphviz/config.properties') 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 -- cgit v1.2.3