ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz

Home Page:https://ofabry.github.io/go-callvis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can go-callvis be used on windows platform?

zgq25302111 opened this issue · comments

Can go-callvis be used on windows platform?
How to use go-callvis?
windows don't support "make install".

my email is zgq25302111@126.com

@zgq25302111 the make install target refers to: go install -tags $(GO_BUILD_TAGS) -ldflags "$(GO_LDFLAGS)" $(GO_BUILD_ARGS). This is a normal Go command and should work on windows (I don't have a windows machine to verify however). The values in $() refer to variables in the makefile. You will have to manually replace them with the values you need. If you don't know what to use just remove them.