Open based-schizo opened 1 year ago
Maybe I'm just being stupid or something but I'm getting errors during compilation, here's what i did:
Install nix: $ curl -L https://nixos.org/nix/install | sh $ . /etc/profile.d/nix.sh $ nix-env --version
$ curl -L https://nixos.org/nix/install | sh
$ . /etc/profile.d/nix.sh
$ nix-env --version
Do what it said to do in the readme: go install -v github.com/diamondburned/gotktrix@latest
go install -v github.com/diamondburned/gotktrix@latest
Run main.go: go run main.go
go run main.go
Here's the error i get:
[troll@Troll-station gotktrix]$ go run main.go command-line-arguments ./main.go:134:35: undefined: manager ./main.go:195:8: undefined: manager [troll@Troll-station gotktrix]$
Again, probably just being an idiot and doing the whole thing wrong lol, so thanks in advance.
Drop into the Nix shell first before building: nix-shell.
nix-shell
hello, how can i run it on windows?
https://github.com/diamondburned/gtkcord4/issues/118#issuecomment-1546858773 will help you.
Maybe I'm just being stupid or something but I'm getting errors during compilation, here's what i did:
Install nix:
$ curl -L https://nixos.org/nix/install | sh
$ . /etc/profile.d/nix.sh
$ nix-env --version
Do what it said to do in the readme:
go install -v github.com/diamondburned/gotktrix@latest
Run main.go:
go run main.go
Here's the error i get:
Again, probably just being an idiot and doing the whole thing wrong lol, so thanks in advance.