Last Updated: February 25, 2016
·
1.751K
· 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

OSZAR »