Changes between Version 1 and Version 2 of S60CheckoutAndBuild
- Timestamp:
- Dec 11, 2006, 8:20:27 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S60CheckoutAndBuild
v1 v2 7 7 {{{ 8 8 cd <SDK installation path> 9 svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk WebKit9 svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk S60 10 10 }}} 11 11 12 A couple of things tonote:12 Please note: 13 13 14 14 * 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 18 16 === Building the Source === 19 17 … … 21 19 22 20 {{{ 23 cd <SDK installation path>\ WebKit21 cd <SDK installation path>\S60 24 22 build 25 23 }}}