Changes between Version 22 and Version 23 of SettingUpDevelopmentEnvironmentForN9


Ignore:
Timestamp:
Feb 16, 2012 2:53:49 AM (12 years ago)
Author:
vestbo@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpDevelopmentEnvironmentForN9

    v22 v23  
    7171#!html
    7272<div style="color:#000055;border: 1pt dotted; margin:1em 2em 1em 2em; padding: 1em;background:none repeat scroll 0 0 #CCDDFF;">
    73 <pre>
    74 icecc_tarball=$(readlink -f $HOME/icecc/icecc-build)
     73<pre>icecc_tarball=$(readlink -f $HOME/icecc/icecc-build)
    7574parallel_builds="40"
    7675
     
    8079    export MAKEFLAGS="$MAKEFLAGS -j$parallel_builds"
    8180    export DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS,parallel=$parallel_builds"
    82 fi
    83 </pre></div>
     81fi</pre></div>
    8482}}}
    8583
     
    9896#!html
    9997<div style="color:#000055;border: 1pt dotted; margin:1em 2em 1em 2em; padding: 1em;background:none repeat scroll 0 0 #CCDDFF;">
    100 <pre>
    101 ===========================================================
     98<pre>===========================================================
    10299 WebKit is now built (30m:22s).
    103100 To run QtTestBrowser with this newly-built code, use the
    104101 "Tools/Scripts/run-launcher" script.
    105 ===========================================================
    106 </pre></div>
     102===========================================================</pre></div>
    107103}}}
    108104
     
    138134The only known way to disable AEGIS restrictions is flashing an alternate kernel onto N9.
    139135
    140 Notice: This could void the warranty! After flashing the device will show a warranty void message while booting.
     136{{{
     137#!html
     138<div style="color:#550000;border: 1pt dotted; margin:1em 2em 1em 2em; padding: 1em;background:none repeat scroll 0 0 #FFCCBB;">
     139<b>Notice</b>:: This could void the warranty! After flashing the device will show a warranty void message while booting.</div>
     140}}}
    141141
    142142This section based on
     
    232232The best option is to mount your host on the device using either NFS or SSHFS (the latter is preferred). The alternative is to rsync files over.
    233233
    234 == 3.1a Mounting SSHFS
     234== 3.1a Mounting SSHFS ==
    235235
    236236If you ran the `setup-device.sh` script with an open mode kernel, you should now have your host available at `/mnt/host`, as well as your home directory available.