From c022147a6fef876d08164a32dd5a57b1341586bc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 30 Dec 2021 12:04:10 +0200 Subject: Added note about kernel header dependencies --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aed55df..50dbac1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,16 @@ With that in mind, ## Installation -### Manual +### Dependencies + +Kernel modules require kernel headers to be installed. + ++ Debian-based: `apt install linux-headers-$(uname -m)` (typically `linux-headers-x86_64` ++ Arch-based: `pacman -S linux-headers` ++ Fedora-based: `yum install kernel-devel kernel-headers` + + +### Manual installation + Unplug wheel from computer + `git clone --recurse-submodules https://github.com/Kimplul/hid-tmff2.git` -- cgit v1.3