scottrogowski / code2flow

Pretty good call graphs for dynamic languages
MIT License
4.02k stars 296 forks source link

Included local version of the Graphviz binaries #107

Closed KeilanEvans closed 4 weeks ago

KeilanEvans commented 4 weeks ago

Due to being unable to install Graphviz on work computers I would like to suggest a change to the code. I have included the binaries for Graphviz in the folder graphviz in the code2flow directory.

I downloaded the binaries from Graphviz website (https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.2/windows_10_cmake_Release_Graphviz-12.1.2-win64.zip)

patfinder commented 4 weeks ago

Hi, Not sure if this is useful for many people.

I suggest to split these change to a "feature" branch. Then whoever need these changes can merge it to their own repo. Making this change in the main repo will have little chance to be merged.

I am not the creator of this repo, BTW. Cheers.