Changes between Version 28 and Version 29 of BuildingQtOnLinux
- Timestamp:
- Oct 15, 2009, 3:35:58 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v28 v29 125 125 == Dependencies for specific Linux distributions == 126 126 127 === Installing dependencies on Ubuntu Edgy===128 To install required dependencies on Ubuntu edgy, do127 === Installing dependencies on Ubuntu === 128 To install required dependencies on Ubuntu, do 129 129 130 130 {{{ 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 131 sudo aptitude install libqt4-dev gperf libxslt1-dev bison flex libicu36-dev libphonon-dev 139 132 }}} 140 133