Merge pull request #340 from goldyfruit/master

REAME.md: add g++ package to the Debian Wheezy procedure
This commit is contained in:
Josh Poimboeuf 2014-08-20 11:04:58 -05:00
commit aee8c445a1

View File

@ -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: