如何在Windows上构建Go-SDL?

Has anyone been successful doing this?

It should work by just calling make in the root directory if: 1) You have the GOROOT env variable set 2) You have access to the directory in which go is installed

I had neither. Point one can easily be solved by using gomake instead of make. The problem is that i haven't added the bin directory of the go directory to the root users PATH, so i had to start up a root termianl, export the go bin directory to the PATH and then call gomake in the Go-SDL directory.

My case seems to be pretty special though, but maybe it can help.