EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

error on win10 #676

Closed akifai closed 4 years ago

akifai commented 5 years ago

C:\Users\u7658>go get -u github.com/EngoEngine/engo

github.com/go-gl/glfw/v3.2/glfw

exec: "gcc": executable file not found in %PATH%

github.com/go-gl/gl/v2.1/gl

exec: "gcc": executable file not found in %PATH%

Noofbiz commented 5 years ago

It looks like you don't have a gcc toolchain on your path. I recommend using something like mingw to get it. Win-builds also looks promising and has a nice GUI to install packages, I would try that out.