Changes between Version 36 and Version 37 of BuildingQtOnLinux
- Timestamp:
- Apr 12, 2010, 3:52:59 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v36 v37 122 122 This error is caused by not having Phonon installed. Install the development version to resolve. 123 123 124 === Missing fontconfig === 125 {{{ 126 error: fontconfig/fontconfig.h: No such file or directory 127 }}} 128 129 Install fontconfig-dev (libfontconfig-dev). 130 124 131 == Dependencies for specific Linux distributions == 125 132 … … 128 135 129 136 {{{ 130 sudo aptitude install bison flex libqt4-dev libqt4-opengl-dev libphonon-dev libicu-dev libsqlite3-dev libxext-dev libxrender-dev gperf 137 sudo aptitude install bison flex libqt4-dev libqt4-opengl-dev libphonon-dev libicu-dev libsqlite3-dev libxext-dev libxrender-dev gperf libfontconfig1-dev 131 138 }}} 132 139