Friday, June 4, 2010

Installing Qt SDK 4.6.2 on Ubuntu/Linux

Meego mobile development with Qt and C++ programming language
Qt is used for cross-platform desktop and mobile development for Symbian S60, Maemo (N900), Meego, Windows, Linux, and Mac OS X using C++ programming language.

To install the latest Qt SDK 4.6.2 on Ubuntu/Linux, follow these steps. For this example I'm using Ubuntu 10.04 Lucid Lynx.
  1. Download the Qt Development Environment 2010.02. Install the
  2. Install additional development libraries:

    sudo apt-get install libglib2.0-dev libSM-dev libxrender-dev libfontconfig1-dev libxext-dev libgl1-mesa-dev libglu-dev
You're now ready to develop cross-platform Qt applications.

No comments:

Post a Comment

Be the first to comment!