Changes between Version 67 and Version 68 of BuildingQtOnLinux


Ignore:
Timestamp:
Jun 29, 2012 12:59:44 AM (12 years ago)
Author:
ssandela@innominds.com
Comment:

Update the required dependencies on Debian/Ubuntu command

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v67 v68  
    198198To install required dependencies on Debian/Ubuntu, do
    199199{{{
    200 sudo apt-get install bison flex libqt4-dev libqt4-opengl-dev libphonon-dev libicu-dev libsqlite3-dev libxext-dev libxrender-dev gperf libfontconfig1-dev libphonon-dev g++
     200sudo apt-get install bison flex libqt4-dev libqt4-opengl-dev libphonon-dev libicu-dev libsqlite3-dev libxext-dev libxrender-dev gperf libfontconfig1-dev libphonon-dev libpng12-dev libjpeg62-dev g++
    201201}}}
    202202Note: Some ubuntu distributions does not install qt 4.7.0 with the above command. So you have to install it separately from qt.nokia.com or add "deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu lucid main" to apt sources file /etc/apt/sources.list and do apt-get update and then install libqt4-dev package