mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 18:43:53 +08:00
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.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user