Added g++ to ubuntu-prerequisite.sh

On a fresh install I was missing g++ to run the buildme part. I propose we add it for future users.
This commit is contained in:
pcmulder 2021-05-18 19:29:08 +02:00 committed by Hin-Tak Leung
parent c8d97904ce
commit 31d750c981
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#
# This derived from my command history on ubuntu 20.04.1 .YMMV
sudo apt install -y git gcc make alsa-utils cmake
sudo apt install -y git gcc g++ make alsa-utils cmake
git clone git://github.com/raspberrypi/userland.git
pushd userland/