Question

Is there a way to get scons to output the directed acyclic graph that it internally generates? In a graphviz format perhaps?

Was it helpful?

Solution

I don't think so. You can get it to spit out the dependency tree in various detail in an ASCII-art type way, see the --tree=xxx option described on the man page.

OTHER TIPS

There is a python script to visualize scons dependencies with graphviz.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top