From 86b1043b82f4f633b56304f660c741d6651a1d8a Mon Sep 17 00:00:00 2001 From: Jake Day Date: Wed, 18 Apr 2018 19:07:05 -0400 Subject: [PATCH] add libc-dev to compile install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2334b4627..fa1e8dcc5 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k ``` 8. Install the kernel and headers: ``` - sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb + sudo dpkg -i linux-headers-[VERSION].deb linux-image-[VERSION].deb linux-libc-dev-[VERSION].deb ``` ### Donations Appreciated!