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:
bang417 于 2011-03-23 19:06:22发表:
4# beyondncz
路过留名
beyondncz 于 2011-03-23 11:57:24发表:
[i=s] 本帖最后由 beyondncz 于 2011-3-23 12:00 编辑 [/i]
http://get.qt.nokia.com/qtsdk/qt-sdk-linux-x86-opensource-2010.05.1.bin
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
我用fedora13成功安装
alick 于 2011-03-22 22:18:17发表:
哦,qt4.7对centos来说可能太新了,底层库的版本不适合
alick 于 2011-03-22 22:17:29发表:
为什么不先尝试 yum 安装呢?这样手工walkaround的话容易出问题