Labels

16/07/2009

Qt Installation in Linux

(Qt 在Linux上的安装)

1.download Qt SDK
2.go to the downloaded file folder:
On Linux/Unix, 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-2009.02.bin

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

$ ./qt-sdk-linux-x86-opensource-2009.02.bin

3.install GNU C++ compliler:

$ sudo apt-get install g++
$ sudo apt-get install build-essential

No comments:

Post a Comment