add g++-12 dependancy for Ubuntu 22.04 (#27263)

add g++-12 dependancy for 22.04

scons -u -j8 gave clang++ not finding iostream and others. 

https://askubuntu.com/questions/1449769/clang-cannot-find-iostream

solution at the bottom of the page worked. installed g++-12 and built fine after that.
pull/27209/head^2
ClockeNessMnstr 2 years ago committed by GitHub
parent be6f5c6a33
commit cd37231666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/ubuntu_setup.sh

@ -86,6 +86,7 @@ function install_ubuntu_lts_latest_requirements() {
install_ubuntu_common_requirements
$SUDO apt-get install -y --no-install-recommends \
g++-12 \
qtbase5-dev \
qtchooser \
qt5-qmake \

Loading…
Cancel
Save