Saturday, June 15, 2013

Install QT4 SDK 1.2.1 Complete Steps on Linux Debian 6 Squeeze Kde 4 Easy VisualGuide

The Post Simply Show How-to Download and Install a Complete QT4 SDK 1.2.1 Steps for Linux Debian 6 Squeeze 32bit Kde 4 Desktop.

By this Way you will Get at Once All the Qt Features including Qt Creator, Qt Designer and Qt Assistant.

The Qt4 SDK includes the tools you need to build desktop, embedded and mobile applications with Qt from a single install. This is the recommended way to get started with Qt. The latest SDK has a self updater feature that will keep you up to date as new versions are made available.

At the Post Bottom there is a Link to Getting-Started with QT4 SDK Development.

Linux Penguin QT

The QT4 SDK Contains:

  • Qt libraries version 4.8.1
  • Simulator for Symbian phones and the Nokia N9
  • Qt Creator IDE version 2.4.1
  • Qt Mobility version 1.2
  • Qt development tools
  • Remote compilers

  1. Download Qt SDK 1.2.1 32bit Installer:

    QT SDK 1.2.1 32bit for Linux
  2. Open Terminal Window
    Linux CentOS 6 KDE Open Terminal
  3. Starting the Installer

    Login as SuperUser

    su

    Give Right Permissions

    cd </path/2>/QtSdk-*-linux-*.run
    chmod +x QtSdk-*-linux-*.run
    chown root:root QtSdk-*-linux-*.run

    Execute the Script

    ./QtSdk-*-linux-*.run
  4. Follow the Installation Process Installing QT4 SDK for Linux 1
  5. Select Custom Installing QT SDK Complete - Custom Install
  6. Click on Select All Installing QT SDK Complete - Select All Feautures
  7. Follow with Installation Installing QT4 SDK for Linux 2 Installing QT4 SDK for Linux 3 Installing QT4 SDK for Linux 4 Installing QT4 SDK for Linux 5 Installing QT4 SDK for Linux 6

    The Download/Installation Process Take Quite a Long While so arm you with Patience...

    After you Can Run the QT Creator :)

    Installing QT4 SDK Starting QT Creator
  8. QT Development Quick-Start Guide:

    Getting-Started Quickly with Qt