mirror of
https://github.com/dynup/kpatch
synced 2025-01-26 23:02:51 +00:00
Merge pull request #340 from goldyfruit/master
REAME.md: add g++ package to the Debian Wheezy procedure
This commit is contained in:
commit
aee8c445a1
@ -228,7 +228,7 @@ aptitude update
|
||||
Install the linux kernel, symbols and gcc 4.9:
|
||||
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user