Install QT6 in ubuntu 22, error and solution
2024/10/17 16:38
瀏覽152
迴響0
推薦0
引用0
ubuntu 22.04.3
During installing, Ask install:
sudo apt install libxcb-cursor0 libxcb-cursor-dev
Icon "RUN" is gray and unable to click,
terminated with exit code.
Solution :
sudo apt-get install build-essential
New error, No CMAKE-CXX_COMPILER could found,
Solution :
sudo apt-get install cmake
New error, Qt6_FOUND to FALSE .so package "QT6"
Solution :
sudo apt-get install libgl1-mesa-dev
Ok, the button of RUN, at left-down side, is green and ok to click.
你可能會有興趣的文章:
限會員,要發表迴響,請先登入