mheinsen / seec

Program visualization and debugging for novice C programmers
http://seec-team.github.io/seec/
MIT License
3 stars 0 forks source link

Package used Graphviz dynamic libraries into application bundle on Mac OS X. #24

Closed mheinsen closed 11 years ago

mheinsen commented 11 years ago

In commit a1acd553247c0d43aea36635242b56660bc30880 we introduced a dependency on the Graphviz dynamic libraries (for seec-trace-view). We need to properly package these into the application bundle so that users do not need to manually install Graphviz (and to ensure that we have the correct version available).

mheinsen commented 11 years ago

This is invalidated by cb987d5a17d4e97405bfd23b4f9e6a4dfe6a3f80 as we no longer use Graphviz as a library.