Last Updated: February 25, 2016
·
1.656K
· fabiandelgado

Install Qt 5.2 on Ubuntu Linux

Download Qt 5.2:

wget http://download.qt-project.org/official_releases/online_installers/qt-opensource-linux-x86-1.5.0-1-online.run

Adjust Permission:

chmod +x qt-opensource-linux-x86-1.5.0-1-online.run

./qt-opensource-linux-x86-1.5.0-1-online.run

Install q++:

sudo apt-get install build-essential

Install OpenGL libraries:

sudo apt-get install freeglut3 freeglut3-dev

sudo apt-get install binutils-gold