1
0
mirror of https://github.com/dynup/kpatch synced 2025-03-22 19:06:31 +00:00

README.md: add build-essential package

This commit is contained in:
Gaetan Trellu 2014-07-08 13:25:29 -04:00
parent 9dadc6ef2e
commit dfa19166b3

View File

@ -84,7 +84,7 @@ apt-get update && apt-get install linux-image-$(uname -r)-dbgsym
Install the dependencies for compiling kpatch:
apt-get install make gcc libelf-dev
apt-get install make gcc libelf-dev build-essential
Install and prepare the kernel sources: