riking/joycon

cant find package

Opened this issue · 1 comments

Hello.

I don't know anything in golang. When I try to build the package I have a

prog4/jcdriver/main.go:8:2: cannot find package "github.com/riking/joycon/prog4/consoleiface" in any of:
	/usr/lib/go-1.6/src/github.com/riking/joycon/prog4/consoleiface (from $GOROOT)
	($GOPATH not set)
prog4/jcdriver/factory_uinput.go:8:2: cannot find package "github.com/riking/joycon/prog4/jcpc" in any of:
	/usr/lib/go-1.6/src/github.com/riking/joycon/prog4/jcpc (from $GOROOT)
	($GOPATH not set)
prog4/jcdriver/factory_uinput.go:9:2: cannot find package "github.com/riking/joycon/prog4/output" in any of:
	/usr/lib/go-1.6/src/github.com/riking/joycon/prog4/output (from $GOROOT)
	($GOPATH not set)
Makefile:34: recipe for target 'jcdriver' failed
make: *** [jcdriver] Error 1

Thank for any help

Yeah, it needs a GOPATH set. The project might provide precompiled binaries in the future, but this project is not a priority for me right now.