網路城邦
上一篇 回創作列表 下一篇   字體:
Install QT6 in ubuntu 22, error and solution
2024/10/17 16:38:35瀏覽111|回應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.

( 心情隨筆雜記 )
回應 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=greatcat&aid=181185403