Skip to content

Commit

Permalink
add libc-dev to compile install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeday committed Apr 18, 2018
1 parent 922f19d commit 86b1043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 86b1043

Please sign in to comment.