You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm trying to install this on Windows, but I can't get it to work. It seems like this tool doesn't work on WSL (I figure the necessary sys calls aren't passed properly) and I can't figure out how to install it on native Windows.
I've tried various permutations of this (back slash, forward slash, trailing slash, moving its location, quotes, etc. but it hasn't worked:
PS C:\Users\myuser> set CGO_CFLAGS=-IC:\Users\myuser\.hidapi\include
PS C:\Users\myuser> set CGO_LDFLAGS=-LC:\Users\myuser\.hidapi\x64
PS C:\Users\myuser> go install github.com/kelvie/gbmonctl@latest
# github.com/sstallion/go-hid
go\pkg\mod\github.com\sstallion\[email protected]\hid.go:38:10: fatal error: hidapi/hidapi.h: No such file or directory
38 | #include <hidapi/hidapi.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
The text was updated successfully, but these errors were encountered:
Hey, I'm trying to install this on Windows, but I can't get it to work. It seems like this tool doesn't work on WSL (I figure the necessary sys calls aren't passed properly) and I can't figure out how to install it on native Windows.
I've tried various permutations of this (back slash, forward slash, trailing slash, moving its location, quotes, etc. but it hasn't worked:
The text was updated successfully, but these errors were encountered: