Changes between Version 44 and Version 45 of SettingUpDevelopmentEnvironmentForN9
- Timestamp:
- May 11, 2012, 4:10:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingUpDevelopmentEnvironmentForN9
v44 v45 433 433 Repeat these steps on you N9/N950 device after you logged in as root with devel-su (password: rootme). 434 434 435 After [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 {{{ 437 sudo /scratchbox/tools/bin/perl /scratchbox/tools/bin/old-perl 438 }}} 439 After this an armel 5.10 version will be used at the cost of some performance. 440 435 441 Clone WebKit repository to your ~/swork/webkit directory. Build QtWebKit with the following inside ScratchBox: 436 442 {{{ … … 440 446 ./Tools/Scripts/build-webkit --qt --release --makeargs=-j9 --no-webgl 441 447 }}} 448 442 449 443 450 == 5.2 Mounting NFS ==