palvaro / molly

An implementation of LDFI
126 stars 23 forks source link

Graphviz is required to generate svg for HTML report #7

Closed at15 closed 7 years ago

at15 commented 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.

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

at15 commented 7 years ago

wrote a blog about how to install molly on ubuntu https://medium.com/@at15/install-molly-on-ubuntu-74ec54d35331#.gzu1f7vrf