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.
old-commit-hash: cd37231666
beeps
ClockeNessMnstr 2 years ago committed by GitHub
parent b84b6bd39c
commit ac72bdb09b
  1. 1
      tools/ubuntu_setup.sh

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

Loading…
Cancel
Save