From 31d750c9816c640c7b93f43c14f422efd8e10f89 Mon Sep 17 00:00:00 2001 From: pcmulder Date: Tue, 18 May 2021 19:29:08 +0200 Subject: [PATCH] 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. --- ubuntu-prerequisite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-prerequisite.sh b/ubuntu-prerequisite.sh index f938a7a..f5566cc 100755 --- a/ubuntu-prerequisite.sh +++ b/ubuntu-prerequisite.sh @@ -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/