atar-axis / xpadneo

Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S)
https://atar-axis.github.io/xpadneo/
GNU General Public License v3.0
1.87k stars 110 forks source link

README.md: Fedora instructions are incorrect #396

Closed jbillingredhat closed 1 year ago

jbillingredhat commented 1 year ago

Fedora does not build a kernel-headers package for each release of the kernel, so you can't just use uname -r to install it. Installing just the kernel-headers package is sufficient. This is slightly confusing to people coming from other distros. The kernel-headers package only includes files used to build userspace software, so it doesn't need to track the kernel closely.

The kernel-devel does track the kernel, so that is appropriate to install using uname -r.