HFO4/gameboy.live

Can't build on PI

ecator opened this issue · 3 comments

I wanto to build it on Raspberry Pi, but encountered the following erros:

main.go:7:2: cannot find package "github.com/HFO4/gbc-in-cloud/driver" in any of:
	/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/driver (from $GOROOT)
	($GOPATH not set)
main.go:8:2: cannot find package "github.com/HFO4/gbc-in-cloud/fyne" in any of:
	/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/fyne (from $GOROOT)
	($GOPATH not set)
main.go:9:2: cannot find package "github.com/HFO4/gbc-in-cloud/gb" in any of:
	/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/gb (from $GOROOT)
	($GOPATH not set)
main.go:10:2: cannot find package "github.com/HFO4/gbc-in-cloud/server" in any of:
	/usr/lib/go-1.7/src/github.com/HFO4/gbc-in-cloud/server (from $GOROOT)
	($GOPATH not set)

I have installed the libasound2-dev and libgl1-mesa-dev.

The go version

go version go1.7.4 linux/arm
HFO4 commented

Try to build with go version above 1.11?

Try to build with go version above 1.11?

😸 绕半天哥们儿也是**人啊,我不会go,直接用apt安装的,版本应该是1.7.4,然后我又换了台arch Linux 那个是1.12版本的,没有上面的错了,但是又有timeout的错误(国内大环境原因??),最终用 #16 docker跑起来了 😿