add libc-dev to compile install

This commit is contained in:
Jake Day 2018-04-18 19:07:05 -04:00
parent 922f19d1d5
commit 86b1043b82

View file

@ -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: 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! ### Donations Appreciated!