Merge pull request #76 from lazybearcreations/build-essential

Update README.md
This commit is contained in:
Rin Cat
2021-02-18 08:45:50 -05:00
committed by GitHub

View File

@@ -22,10 +22,12 @@ 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
## Manual installation
### Clean
* Make sure you cleaned old build files before builds new one