Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,19 @@ Before building, ensure you have the necessary dependencies installed, including

RHEL and CentOS also require the epel-repository.

`yum install epel-release`
`yum groupinstall "Development tools"`
`yum install epel-release`
`yum groupinstall "Development tools"`
`yum install git cmake hidapi-devel`

#### Fedora

`dnf install cmake hidapi-devel g++`

#### openSUSE

`zypper in -t pattern devel_basis`
`zypper in cmake libhidapi-devel`

#### Sabayon

`equo i hidapi cmake`
Expand Down