-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hello,
When I write :
go get -u github.com/riking/joycon/prog4/jcdriver
I have a message:
`go: downloading github.com/riking/joycon v0.0.0-20180706051228-144b22de6c28
go: downloading github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
go: downloading github.com/godbus/dbus v4.1.0+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading golang.org/x/sys v0.0.0-20211031064116-611d5d643895
go: downloading github.com/GeertJohan/go.hid v0.0.0-20170416155212-cd5395e4d581
go: downloading github.com/GeertJohan/cgo.wchar v0.0.0-20150629085219-a0ecb6cbd4ac
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
pkg-config --cflags -- libusb-1.0
Package libusb-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing libusb-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libusb-1.0' found pkg-config: exit status 1
Please help me
Thanks