Closed Anga205 closed 2 years ago
This program will require gcc and make installed to compile. I think it also requires mingw on windows but it's been quite a while since I touched this project and I mostly develop on linux Personally I would suggest downloading the prebuilts from the releases tab or if you really want to try to build it from source to look into how to compile cgo apps on windows along with this projects makefile.
got error "cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%" when i tried to run "go run main.go" on windows