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:
parent
c8d97904ce
commit
31d750c981
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue