G15 Daemon + G15 Macro + Led Control for G110 and other Logitech keyboard on Linux
- cd libusb1-1.4.1
- sudo python setup.py install
- cd libg15-1.2.7 - G110 Patch
- ./configure
- make
- sudo make install
- cd g15daemon-1.9.5.3
- ./configure
- make
- sudo make install
In case you have this error "libg15render-1.2 not found" see this #2
- cd g15macro-1.0.3
- ./configure
- (in case of errors: yum groupinstall "X Software Development")
- make
- sudo make install