From a2ef757749db6c575a460123f44335bdc243cac1 Mon Sep 17 00:00:00 2001 From: Adam Bruzon Date: Thu, 18 Feb 2021 11:42:24 +0000 Subject: [PATCH] Update README.md Added a line to ensure user has make and build-essential installed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 355fe3e..ef43781 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ And more. * Make sure you have installed the 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