Skip to content

Commit

Permalink
Added g++ to ubuntu-prerequisite.sh
Browse files Browse the repository at this point in the history
On a fresh install I was missing g++ to run the buildme part. I propose we add it for future users.
  • Loading branch information
pcmulder authored and HinTak committed May 27, 2021
1 parent c8d9790 commit 31d750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-prerequisite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 31d750c

Please sign in to comment.