源换回来呗。
All Replies
fax928
deepin
2023-03-02 04:56 Q&A Team
Reply Like 0 View the author
忘记、过去
deepin
2023-03-02 06:34 混用源的建议重装
Reply Like 0 View the author
longlong
deepin
2023-03-02 16:56 因为deepin和UOS的qt版本不一样 混用源是不行的
Reply Like 0 View the author
miaoys
deepin
2023-03-02 17:42 longlong:
因为deepin和UOS的qt版本不一样 混用源是不行的
主要是uos的源里面,git这些软件都没有,才换了,头疼
Reply Like 0 View the author
miaoys
deepin
2023-03-02 17:43 忘记、过去:
混用源的建议重装
uos的源里面,git这些软件怎么都没有呢
Reply Like 0 View the author
longlong
deepin
2023-03-02 17:47 miaoys:
uos的源里面,git这些软件怎么都没有呢
uos源里面有git的 基本开发工具是一定满足的
Reply Like 0 View the author
miaoys
deepin
2023-03-02 18:02 longlong:
uos源里面有git的 基本开发工具是一定满足的
不知道啥情况,虚拟机装的uos什么软件也搜不到,然后才换了源,我重装下试试吧
Reply Like 0 View the author
melon_o
deepin
2023-03-02 20:19 sudo apt-get install gcc g++ //安装 linux 下编程的编译器
sudo apt-get install libqt4-dev //不然编译时会出现错误“cannot find -lgl”
sudo apt-get install build-essential //这是一个编译工具,它可以使得我们的程序知道头文件和库函数放在哪
sudo apt-get install qt5-default qt5-qmake qtcreator
Reply Like 0 View the author
miaoys
deepin
2023-03-02 21:33 melon_o:
sudo apt-get install gcc g++ //安装 linux 下编程的编译器
sudo apt-get install libqt4-dev //不然编译时会出现错误“cannot find -lgl”
sudo apt-get install build-essential //这是一个编译工具,它可以使得我们的程序知道头文件和库函数放在哪
sudo apt-get install qt5-default qt5-qmake qtcreator
谢谢
Reply Like 0 View the author
W2J
deepin
2023-03-02 21:54 有用的经验,学习了
Reply Like 0 View the author
Please sign in first
Popular Ranking
ChangePopular Events
More

中文 

想在低版本qt环境下测试点东西,虚拟机新装的UOS,之后直接将软件源换成了deepin的,然后安装qtcreator安装不了,这个该怎么修复