Friday, May 11, 2012

Install C++ compiler on Ubuntu Linux for Qt SDK

If you install Qt SDK on Ubuntu Linux, you might get message of "You need a C++ compiler. Please install it using the System Package Management tools."

To install C++ compiler on Ubuntu, start Terminal and enter the command:
$sudo apt-get install g++