This article on Qt official site is old. Today, I try to install Qt 5.2.0 on my Ubuntu 13.10. Below is my steps:
1. Download Qt 5.2.0 for Linux
2. Give the downloaded file execute permission, then execute it
After installation, press Window button, enter Qt in search window, click Qt Creator, you will see the Qt Creator IDE
Because I have g++ & mesa installed, so nothing left needs to do.
1. Download Qt 5.2.0 for Linux
wget http://download.qt-project.org/official_releases/qt/5.2/5.2.0/qt-linux-opensource-5.2.0-x86_64-offline.run
2. Give the downloaded file execute permission, then execute it
chmod +x ./qt-linux-opensource-5.2.0-x86_64-offline.runYou will see one setup dialog, following the setup wizard.
./qt-linux-opensource-5.2.0-x86_64-offline.run
accept the license agreement, and press Next button
Press install button, wait a few seconds.
Because I have g++ & mesa installed, so nothing left needs to do.
No comments:
Post a Comment