go-callvis icon indicating copy to clipboard operation
go-callvis copied to clipboard

Can go-callvis be used on windows platform?

Open zgq25302111 opened this issue 3 years ago • 1 comments

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

my email is [email protected]

zgq25302111 avatar Dec 01 '22 05:12 zgq25302111

@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.

LasseJacobs avatar Feb 19 '23 09:02 LasseJacobs