mirror of https://github.com/dynup/kpatch
REAME.md: add g++ package to the Debian Wheezy procedure
This commit is contained in:
parent
aa6f510bc0
commit
bae1682a67
|
@ -152,7 +152,7 @@ aptitude update
|
||||||
Install the linux kernel, symbols and gcc 4.9:
|
Install the linux kernel, symbols and gcc 4.9:
|
||||||
|
|
||||||
aptitude install -t wheezy-backports -y initramfs-tools
|
aptitude install -t wheezy-backports -y initramfs-tools
|
||||||
aptitude install -y gcc gcc-4.9 linux-image-3.14 linux-image-3.14-dbg
|
aptitude install -y gcc gcc-4.9 g++-4.9 linux-image-3.14 linux-image-3.14-dbg
|
||||||
|
|
||||||
Configure gcc 4.9 as the default gcc compiler:
|
Configure gcc 4.9 as the default gcc compiler:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue