从官网上下载:http://qt.nokia.com/

把安装文件放在administrator目录下

在终端输入以下两句:

 

代码
/*这个是从官网上看来的,就在下载页*/
/*On Linux/Unix, you need to make the file executable in order to run it. You can either do this with your desktop's file manager or, at the command line, type:*/

chmod u
+x qt-sdk-linux-x86-opensource-2010.05.1.bin

/*You should now be able to execute the file as normal. You can do this from the command line by typing:*/

.
/qt-sdk-linux-x86-opensource-2010.05.1.bin

 

 

之后会弹出一个对话框(和在windows下一样),之后点下一步或确定之类的。

不过还有一种方法是不用把安装文件移到administrator目录下,通过命令来获取

相关文章:

  • 2021-10-23
  • 2021-09-04
  • 2021-08-24
  • 2021-12-09
  • 2021-05-23
  • 2021-12-02
  • 2021-04-25
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2021-05-20
  • 2021-06-22
  • 2021-12-09
  • 2021-08-18
  • 2021-09-05
相关资源
相似解决方案