REAME.md: add g++ package to the Debian Wheezy procedure

This commit is contained in:
Gaetan Trellu 2014-07-30 13:51:45 -04:00
parent aa6f510bc0
commit bae1682a67
1 changed files with 1 additions and 1 deletions

View File

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