Changes between Version 28 and Version 29 of BuildingQtOnLinux

Show
Ignore:
Timestamp:
10/15/09 03:35:58 (5 weeks ago)
Author:
brucevdk@gmail.com
Comment:

merging install line into a single one and adding the required libphonon-dev

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v28 v29  
    125125== Dependencies for specific Linux distributions == 
    126126 
    127 === Installing dependencies on Ubuntu Edgy === 
    128 To install required dependencies on Ubuntu edgy, do 
     127=== Installing dependencies on Ubuntu === 
     128To install required dependencies on Ubuntu, do 
    129129 
    130130{{{ 
    131 sudo aptitude install libqt4-dev 
    132 }}} 
    133  
    134 or install the libqt4-dev package from Synaptic. 
    135  
    136 You might also need to install gperf, libxslt1-dev, and bison to resolve some dependencies. 
    137 {{{ 
    138 sudo aptitude install gperf libxslt1-dev bison flex libicu36-dev 
     131sudo aptitude install libqt4-dev gperf libxslt1-dev bison flex libicu36-dev libphonon-dev 
    139132}}} 
    140133