akavel / rsrc

Tool for embedding .ico & manifest resources in Go programs for Windows.
MIT License
1.22k stars 122 forks source link

make: rsrc: Command not found #16

Closed ozgursevgi closed 6 years ago

ozgursevgi commented 6 years ago

make: rsrc: Command not found ?

akavel commented 6 years ago

If you want to build rsrc, you should do go get github.com/akavel/rsrc, not make rsrc (if that's what you did). See the following link for more details about go get:

https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies