ondrajz / go-callvis

Visualize call graph of a Go program using Graphviz
https://ofabry.github.io/go-callvis
MIT License
5.91k stars 408 forks source link

Can go-callvis run on the windows #8

Closed saxon17 closed 7 years ago

saxon17 commented 7 years ago

after run go get cmd

This one go-callvis [OPTIONS]

| dot -Tpng -o output.png seems get problem

any other Path things should be set on windows ?

ondrajz commented 7 years ago

I don't really use windows, but I don't think their shell supports piping commands (the "|" character between go-callvis and dot).

Although, you could run just the go-callvis without the rest and use the output from it in some Graphviz program that will generate the image.

Hope this helps!

Also.. this tool isn't really tested on windows so you might encounter some other issues. You can report back if you find any.

saxon17 commented 7 years ago

HI TrueFurby, go-callvis cmd cant not be run after I download it use go get...(both on Mac sys and Windows, all prompting “can not find this go-callvis cmd". any other steps should be setup?
I'm fresh new to golang, hope this things will not bother you.

ondrajz commented 7 years ago

Are you able to run any other programs built using go get?

saxon17 commented 7 years ago

can not run..

saxon17 commented 7 years ago

image The document structure on windows after run go get commend

saxon17 commented 7 years ago

Maybe it has not been built?

absolutely has not been built ...I'll check it myself. Thanks

ondrajz commented 7 years ago

check in E:/go_programming/bin/

ondrajz commented 7 years ago

I will close this due inactivity. Feel free to reopen if you still have some issues.

GomesNayagam commented 5 years ago

this is not working in windows

wilmerkrisp commented 1 year ago

this is not working in windows