Changes between Version 25 and Version 26 of SettingUpDevelopmentEnvironmentForN9


Ignore:
Timestamp:
Feb 16, 2012 3:50:06 AM (12 years ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpDevelopmentEnvironmentForN9

    v25 v26  
    227227}}}
    228228Maybe you should change default root password, too.
     229
     230== 2.4 Qt5/WebKit packages for Harmattan ==
     231
     232If 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
     236Installation (as root through developer mode "devel-su" command):
     237
     238{{{
     239apt-get update
     240apt-get install webkit-snapshot
     241}}}
    229242
    230243= 3.Running things on device =
     
    394407[Pipe 3] Finishing in error state with status 1
    395408}}}
     409