1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2025-01-09 16:25:35 +00:00

Update INSTALL

This commit is contained in:
MatMoul 2017-01-26 02:49:15 +01:00
parent 2a0423840c
commit cf7f551a25

View File

@ -14,6 +14,13 @@ hidapi is very more speed than libusb (~20ms vs ~150ms).</br>
hidapi seem not work on CentOS, writing on hidraw is not allowed.</br>
hidapi is recommended but if you encounter problem on your system, switch to libusb.</br>
## Installation by repos :</br>
ArchLinux (aur) :</br>
`sudo yaourt -S g810-led-git` # with yaourt</br>
`sudo pacaur -S g810-led-git` # with pacaur</br>
## Installation of dependencies :</br>
ArchLinux :</br>
`sudo pacman -S git gcc make hidapi` # for hidapi</br>