Changes between Version 1 and Version 2 of S60CheckoutAndBuild


Ignore:
Timestamp:
Dec 11, 2006 8:20:27 PM (17 years ago)
Author:
thisisbradley@gmail.com
Comment:

s60webkit path changes

Legend:

Unmodified
Added
Removed
Modified
  • S60CheckoutAndBuild

    v1 v2  
    77{{{
    88   cd <SDK installation path>
    9    svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk WebKit
     9   svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk S60
    1010}}}
    1111
    12  A couple of things to note:
     12 Please note:
    1313
    1414  * By default, the SDK installation path is {{{C:\Symbian\9.1\S60_3rd}}}
    15    
    16   * You don't need to checkout to a directory named {{{WebKit}}}, any directory name will suffice. This allows you to checkout multiple working copies to the same location.
    17 
     15 
    1816=== Building the Source ===
    1917
     
    2119
    2220{{{
    23    cd <SDK installation path>\WebKit
     21   cd <SDK installation path>\S60
    2422   build
    2523}}}