Merge pull request #312 from spartacus06/add-rhel-install-doc

add install documentation for RHEL
This commit is contained in:
Josh Poimboeuf 2014-07-15 12:19:49 -05:00
commit 576ee09442
1 changed files with 19 additions and 0 deletions

View File

@ -47,6 +47,25 @@ Install the dependencies for the "kpatch-build" command:
sudo yum install ccache
ccache --max-size=5G
####RHEL 7
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in
`~/.kpatch` and for ccache.*
Install the dependencies for compiling kpatch:
sudo yum install gcc kernel-devel elfutils elfutils-devel
Install the dependencies for the "kpatch-build" command:
sudo yum install rpmdevtools pesign yum-utils zlib-devel binutils-devel newt-devel python-devel perl-ExtUtils-Embed audit-libs-devel numactl-devel pciutils-devel bison
sudo yum-builddep kernel
sudo debuginfo-install kernel
# optional, but highly recommended
sudo yum install ccache
ccache --max-size=5G
####Ubuntu 14.04
*NOTE: You'll need about 15GB of free disk space for the kpatch-build cache in