SpaceCookies looks fun! Just watched the video on YouTube. However...
When installing the dependencies with go get -d in a freshly checked out revision of GarageEngine, I get:
go get -d
engine/Atlas.go:5:2: no buildable Go source files in /home/afr/go/src/github.com/go-gl/gl
engine/Engine.go:11:2: no buildable Go source files in /home/afr/go/src/github.com/go-gl/glfw
More information:
GOPATH=/home/afr/go
go version go1.6 linux/amd64
I see that https://github.com/go-gl/gl seems to import specific versions of the packages.
Are there additional steps I need to take when installing the Go dependencies for GarageEngine?
SpaceCookies looks fun! Just watched the video on YouTube. However...
When installing the dependencies with
go get -din a freshly checked out revision of GarageEngine, I get:More information:
I see that https://github.com/go-gl/gl seems to import specific versions of the packages.
Are there additional steps I need to take when installing the Go dependencies for GarageEngine?