mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
INSTALL.md: Add installation on gentoo
This commit is contained in:
parent
475769942c
commit
564d66bc8f
@ -21,8 +21,9 @@ ArchLinux (aur) :</br>
|
||||
`pacaur -S g810-led-git` # with pacaur</br>
|
||||
Fedora (copr) :<br/>
|
||||
`sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository<br/>
|
||||
`sudo dnf install g810-led`
|
||||
|
||||
`sudo dnf install g810-led`<br/>
|
||||
Gentoo :<br/>
|
||||
`emerge app-misc/g810-led`
|
||||
|
||||
## Installation of dependencies :</br>
|
||||
ArchLinux :</br>
|
||||
@ -34,6 +35,9 @@ Debian :</br>
|
||||
Fedora :</br>
|
||||
`sudo dnf install git make gcc-c++ hidapi-devel` # for hidapi</br>
|
||||
`sudo dnf install git make gcc-c++ libusbx-devel` # for libusb</br>
|
||||
Gentoo :<br/>
|
||||
`sudo emerge dev-vcs/git dev-libs/hidapi` # for hidapi<br/>
|
||||
`sudo emerge dev-vcs/git dev-libs/libusb` # for libusb<br/>
|
||||
|
||||
## Installation :</br>
|
||||
`git clone https://github.com/MatMoul/g810-led.git`</br>
|
||||
|
Loading…
Reference in New Issue
Block a user