Ubuntu(22.04tested) Qt常见错误以及解决方案
作者:互联网
Ubuntu(22.04tested) Qt常见错误以及解决方案
ERROR: Cannot run compiler ‘clang++
udo apt-get install clang;
Error while building/deploying project test
sudo apt-get install build-essential;安装这个就不会报那个错误了。
Ubuntu Qt error: cannot find -lGL
需要安装 libglu1-mesa-dev
sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev -y
标签:Qt,get,sudo,apt,tested,22.04,install,Ubuntu 来源: https://www.cnblogs.com/devgis/p/16501559.html