From cb1d09acd8748da5f252ab8eee81281bb5b1632c Mon Sep 17 00:00:00 2001 From: Rin Cat Date: Thu, 18 Feb 2021 08:45:30 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef43781..97e885f 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ Official release note please check ReleaseNotes.pdf And more. # How to use this kernel module -* Make sure you have installed the kernel headers +* Ensure you have C compiler & toolchains, e.g. `build-essential` for Debian/Ubuntu, `base-devel` for Arch, etc. +* Make sure you have installed the corresponding kernel headers * All commands need to be run in the driver directory * You need rebuild the kernel module everytime you update/change the kernel if you are not using DKMS -* Ensure you have `make` and `build-essential` installed - `sudo apt install make build-essential` + ## Manual installation ### Clean