You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 years ago | |
---|---|---|
CMakeLists.txt | 11 years ago | |
Doxyfile | 11 years ago | |
README | 11 years ago | |
g35.c | 11 years ago | |
g35uinput.c | 11 years ago | |
gpl-2.0.txt | 11 years ago | |
libg35.h | 11 years ago |
README
Logitech G35 Headset support for Linux
======================================
This library provides support to handle the Logitech G35 Headset buttons. The
library is required by g35d (https://github.com/jaypikay/g35d).
Requirements
------------
* uinput
* cmake (>= 2.6)
Building
--------
To compile the project:
# cmake .
# make
If everything went smoothly the application can be installed with (Default
Prefix: /usr/local):
# make install