Changes between Version 44 and Version 45 of SettingUpDevelopmentEnvironmentForN9


Ignore:
Timestamp:
May 11, 2012 4:10:58 AM (12 years ago)
Author:
zarvai@inf.u-szeged.hu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpDevelopmentEnvironmentForN9

    v44 v45  
    433433Repeat these steps on you N9/N950 device after you logged in as root with devel-su (password: rootme).
    434434
     435After [http://trac.webkit.org/changeset/116559/trunk/Tools/Scripts/webkitdirs.pm r116559] building WebKit requires perl 5.10. Scratchbox have to modified to use perl 5.10 instead of 5.8 by renaming a symlink file on the host machine:
     436{{{
     437sudo /scratchbox/tools/bin/perl /scratchbox/tools/bin/old-perl
     438}}}
     439After this an armel 5.10 version will be used at the cost of some performance.
     440
    435441Clone WebKit repository to your ~/swork/webkit directory. Build QtWebKit with the following inside ScratchBox:
    436442{{{
     
    440446./Tools/Scripts/build-webkit --qt --release --makeargs=-j9 --no-webgl
    441447}}}
     448
    442449
    443450== 5.2 Mounting NFS ==