stanch / reftree

Automatically generated diagrams and animations for Scala data structures
http://stanch.github.io/reftree/
GNU General Public License v3.0
587 stars 36 forks source link

Use "dot" in the path instead of depending on /usr/bin/dot #1

Closed malduarte closed 8 years ago

malduarte commented 8 years ago

dotBinary.getAbsolutePath points to /usr/bin/dot. This may work in some linux distributions but is not portable. Using just "dot" will work as long as dot is in the path (OSX, Windows, etc)

stanch commented 8 years ago

Thanks!