Sunday 15 December 2013

Install Qt 5.2 on Ubuntu 13.10

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
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.run
./qt-linux-opensource-5.2.0-x86_64-offline.run
You will see one setup dialog, following the setup wizard.



accept the license agreement, and press Next button


Press install button, wait a few seconds.


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.


No comments:

Followers

Contributors