vividnightmare / g510s

Graphical utility for Logitech G510 and G510s keyboards on Linux.
GNU General Public License v3.0
20 stars 2 forks source link

Linux Mint #18

Closed MabeyC closed 4 years ago

MabeyC commented 4 years ago

Hello,

I was wondering if your code would work fine with Linux Mint 20 "Ulyana" -Cinnamon?

Thank you for putting this repo together.

CM

vividnightmare commented 4 years ago

If I'm not mistaken this release is equivalent to Ubuntu 20.04 which is already published in the PPA.

https://github.com/vividnightmare/g510s/blob/master/README.md

https://launchpad.net/~vivnet/+archive/ubuntu/g510s

MabeyC commented 4 years ago

Thank you,

I've run into some dependency speed-bumps along the way. Could you help me with the following?

Added PPA apt-get install chmod +x configure ./configure Here's the hiccup:

checking for main in -lusb... no
configure: error: "libusb not found. please install it"

(I first tried libusb-1.0.0-dev and re-ran the configure file, same error.

I then downloaded libusb 1.0.23, but then I'm getting stuck with an error of libudev header not installed.

configure: error: udev support requested but libudev header not installed

I'm new to Linux, so I could very well be running down a rabbit hole I don't need to. Any thoughts?

Edit: formatting/link

vividnightmare commented 4 years ago

sudo add-apt-repository ppa:vivnet/g510s sudo apt update sudo apt install g510s

MabeyC commented 4 years ago

Excellent. Thank you very much!