Installation of Qt in linux
-
Download it, add executable flag, double click, follow the instructions on the screen. Done :-)
To add the executable flag in a gui, right click on the file, go to preferences->permissions and check "executable" checkbox (exact text will differ depending on your distribution).
In the terminal, you can use this:
@
chmod +x qt-creator-linux-x86-opensource-2.1.0.bin
@