waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
690 stars 47 forks source link

Can't compile (make: rustup: No such file or directory make: *** [Makefile:61: setup] Error 127) #234

Closed jdnixx closed 8 months ago

jdnixx commented 8 months ago

On kubuntu 23.10, after make setup:

make: rustup: No such file or directory
make: *** [Makefile:61: setup] Error 127
id3v1669 commented 8 months ago

Looks like rustup is not installed in your system. In kubuntu you should be able to install it via snap install rustup --classic

jdnixx commented 8 months ago

Thanks, for some reason I had installed from the snap and that didn't work. It wasn't until I installed rust fully from rustup.rs that it seemed to work.