OrbTools / OrbBind

Graphical UI Tool to rebind an orbweaver using orbmap or Orbweaver Rebind for linux (App is cross platform)
3 stars 0 forks source link

How do I install/use this tool #4

Open blob42 opened 11 months ago

blob42 commented 11 months ago

Hi, just discovered your repo. I suppose it is meant for the Razer OrbWeaver keypad. Trying to install and run it in Windows but I get the following error for go run orbbind.go

package command-line-arguments
        imports fyne.io/fyne/v2/app
        imports fyne.io/fyne/v2/internal/driver/glfw
        imports fyne.io/fyne/v2/internal/driver/common
        imports fyne.io/fyne/v2/internal/painter/gl
        imports github.com/go-gl/gl/v3.2-core/gl: build constraints exclude all Go files in C:\Users\spike\go\pkg\mod\github.com\go-gl\gl@v0.0.0-20211210172815-726fda9656d6\v3.2-core\gl
Minizbot2012 commented 11 months ago

For windows I have always compiled this with MinGW/MSYS2, never with MSVC... so I actually don't have an answer for this unfortunately... I gave up on this codebase a while ago to be honest...

Quickie edit... try go build without an argument... it should build an exe for you to use