Closed at15 closed 8 years ago
When run the example, only the dot file is generated and the output html have broken image since it requires svg, in https://github.com/palvaro/molly/blob/master/src/main/scala/edu/berkeley/cs/boom/molly/report/HTMLWriter.scala#L36 calls dot to generate svg. However it does not generate any warning or error when it fails.
dot
I think it's better to address the requirement of dot in the README.
For Ubuntu, dot is included in graphviz sudo apt-get install graphviz will work
sudo apt-get install graphviz
wrote a blog about how to install molly on ubuntu https://medium.com/@at15/install-molly-on-ubuntu-74ec54d35331#.gzu1f7vrf
When run the example, only the
dot
file is generated and the output html have broken image since it requires svg, in https://github.com/palvaro/molly/blob/master/src/main/scala/edu/berkeley/cs/boom/molly/report/HTMLWriter.scala#L36 callsdot
to generate svg. However it does not generate any warning or error when it fails.I think it's better to address the requirement of dot in the README.
For Ubuntu, dot is included in graphviz
sudo apt-get install graphviz
will work