| | 229 | |
| | 230 | == 2.4 Qt5/WebKit packages for Harmattan == |
| | 231 | |
| | 232 | If you don't want to build Qt5 from scratch you can use a repository with the Qt5 modules required by QtWebKit. Instructions on Qt wiki: http://wiki.qt-project.org/Qt_5_on_Nokia_N9 |
| | 233 | |
| | 234 | (Almost) Daily snapshots of WebKit are available in the same repository of the Qt5 packages. The package is named 'webkit-snapshot' and the version number indicates the SVN revision that it was built with. The package copies everything from WebKitBuild/Release, except the Source folder, and installs to the same target directory of Qt5, /opt/qt5. |
| | 235 | |
| | 236 | Installation (as root through developer mode "devel-su" command): |
| | 237 | |
| | 238 | {{{ |
| | 239 | apt-get update |
| | 240 | apt-get install webkit-snapshot |
| | 241 | }}} |