打开http://www.google.cn,然后输入symbian webkitsource进行搜索
To check out the S60WebKit source code to your computer assumingyou have the Subversion binaries installed and in your PATH, followthese steps at a command prompt (typically the SDK installationpath is C:/Symbian/9.1/S60_3rd/):
cd svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk S60
Or, use a graphical interface to Subversion (such asTortoiseSVN):
In Windows Explorer find the top of the SDK installation path(typically C:/Symbian/9.1/S60_3rd)
Create a new folder called "S60"
Right-click the new S60 folder and select "SVNcheckout..."
Enter the project URL:
svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunkClick OK.
Note: If you are inside a firewall you will need toenable access to the svn server. Nokia employees click here.
[edit]Building the Source Code
Once you have the tools and source code on your computer, you'reready to compile. Open a command prompt and change directory toyour working copy (or right-click the S60 folder and click "OpenCommand Window Here") and run the build script:
cd /S60 buildWhen passed no arguments, build.bat will compile theS60WebKit port for the S60 emulator.
There are many different options you can pass tobuild.bat, however. For more information on the buildscript, see the buildoptions.
[edit]So what next?
There are a couple of things you can do after you'vecompiled.
You can runthe layout tests:
cd /S60runATFOr you can start theemulator:
cd /S60emu
S60-开源浏览器
最新推荐文章于 2019-09-17 12:47:50 发布