Changes between Version 50 and Version 51 of BuildingQtOnLinux
- Timestamp:
- Mar 27, 2011, 10:20:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v50 v51 168 168 === Debian/Ubuntu Linux === 169 169 To install required dependencies on Debian/Ubuntu, do 170 171 170 {{{ 172 171 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++ 173 172 }}} 173 Note: 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 174 174 175 175 === Ark Linux ===