stephenlacy / msi-keyboard-gui

The First fully featured GUI MSI Keyboard controller for Linux (And Windows)
MIT License
212 stars 40 forks source link

(11/2022) FYI - libgenconf-2-4 will be needed for install #76

Open AtomicRobotMan0101 opened 2 years ago

AtomicRobotMan0101 commented 2 years ago

FYI for future peoples....

Install Node.js and libgenconf-2-4 prior, as the MSI-keyboard-gui install might bomb out.

The LibGen is not present on Linux Mint 21 and should be installed via your terminal using:

sudo apt install libgconf-2-4

Thought to advise as many gamers using Linux would not be aware of how to solve this issue.

Otherwise, can confirm that the project still works perfectly. In fact, I'm super amazed at how well it does. Kudos.

Screenshot from 2022-11-12 16-54-49

stephenlacy commented 2 years ago

Good to know, thanks. Want to send a PR to update the install instructions?