zllovesuki / G14Manager

An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power Options
GNU General Public License v3.0
98 stars 11 forks source link

Unable to build from repo #72

Closed x864 closed 3 years ago

x864 commented 3 years ago

hello, trying to build after cloning the repo; running ./scripts/build.ps1 :

rpc\server\battery.go:9:2: no required module provides package github.com/zllovesuki/G14Manager/rpc/protocol; to add it:
        go get github.com/zllovesuki/G14Manager/rpc/protocol
rpc\server\battery.go:9:2: no required module provides package github.com/zllovesuki/G14Manager/rpc/protocol; to add it:
        go get github.com/zllovesuki/G14Manager/rpc/protocol
client\configurator.go:12:2: no required module provides package github.com/zllovesuki/G14Manager/rpc/protocol; to add it:
        go get github.com/zllovesuki/G14Manager/rpc/protocol
zllovesuki commented 3 years ago

Please try using the https://github.com/zllovesuki/G14Manager/tree/js_grpc branch, that's the one with the updated proto and the one with proto generation script. Run .\scripts\proto.ps1 to generate the definitions for Golang.