Update README.md

This commit is contained in:
Rin Cat 2021-02-18 08:45:30 -05:00 committed by GitHub
parent a2ef757749
commit cb1d09acd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,11 @@ Official release note please check ReleaseNotes.pdf
And more. And more.
# How to use this kernel module # 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 * 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 * 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 ## Manual installation
### Clean ### Clean