Saturday, June 15, 2013

Installing Complete QT4 Environment for Linux Debian Lenny 5, Squeeze 6, Wheezy 7 & Jessie 8

The Guide Clearly Show How-to Install a Complete QT 4 Environment on Debian Linux Lenny, Squeeze, Wheezy and Jessie.

 

Here Below you will Find the Complete List of Commands to be Executed on Shell.

 

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

Linux Penguin QT

 

Here are the Command List to Execute to Install a Complete QT4 Environment on Debian:

 

  1. Open a Terminal Session: On Gnome:
    Accessories >> Terminal
    On KDE4:
    Applications >> System >> Terminal
  2. How-to Install Google-Chrome Browser on Linux Debian:

    Installing Chrome for Debian
  3. After here is the long Command to Install a Complete QT4 environment on Debian:
    sudo apt-get install libqt4-assistant libqt4-core \
    libqt4-dbg libqt4-dbus libqt4-designer libqt4-dev \
    libqt4-gui libqt4-help libqt4-network libqt4-opengl \
    libqt4-opengl-dev libqt4-qt3support libqt4-script \
    libqt4-sql libqt4-sql-ibase libqt4-sql-mysql libqt4-sql-odbc \
    libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 \
    libqt4-svg libqt4-test libqt4-webkit libqt4-webkit-dbg \
    libqt4-xml libqt4-xmlpatterns libqt4-xmlpatterns-dbg \
    libqtcore4 libqtgui4 qt4-demos qt4-designer qt4-dev-tools \
    qt4-doc qt4-doc-html qt4-qtconfig qtcreator
    
  4. How-to Getting-Started with QT4 Development:

    QT4 Quick Getting-Started

 

If the command show you that it can't find some packages look here to Setup your Repositories: Complete Repository Lenny Complete Repository Squeeze
Howto Install Firefox Aurora on Linux Debian:
Firefox Aurora On Debian
Good Luck! ;)