[Webkit]最简单易用的webkit学习环境-ISee

1. ISee是一位中国人移植的webkit,在WinXP下用VS直接编译即可调试,用于学习强烈推荐

2.ISee也可直接移植到Wince平台运行,源码下载地址为http://code.google.com/p/iseebrowser/downloads/detail?name=iSeeBrowser.rar&can=2&q=

3.在VS2008下的webkit编译过程可以参考:http://xjchilli.blog.163.com/blog/static/4534773920091016115533158/

 

--------具体可以参考ISee官方网址:http://code.google.com/p/iseebrowser/     ---ISee的WK版本已不再维护,故显苍老...

 

4.ISee开发环境配置:

A browser for WinCE/Windows base WebKit.

PPC2003 and Windows compile:

------ 设置环境变量WEBKITISEEDIR(值为 D:\WebKit.iSee)

2. 下载cygwin并安装

3. 开启VS软件,打开iSee\iSee.project\iSee.sln

4. 选择'WIN32(Debug)' for windows平台或者'Pocket PC 2003(Release)' for Windows CE平台.

5. 编译项目.

6. 创建路径 'D:\iSeeBrowser';

7. 复制'iSee\iSee.project\iSee_EN.xml' 到'D:\iSeeBrowser\iSee.xml'.

8. 复制 'iSee\iSee.project\Pocket PC 2003 (ARMV4)\Release\iSee.exe' 到 'D:\iSeeBrowser\iSee.exe'.

9. 复制任意 TTF font 文件到 'D:\iSeeBrowser\sunglobe.ttf'.

10.复制 'D:\iSeeBrowser'路径到 a PDA or PPC2003 emulator.

11.执行 iSeeBrowser\iSee.exe.

WIN32 Debug:

1. Copy 'iSee\iSee.project\iSee_EN.xml' to 'iSee\iSee.project\Debug\iSee.xml'.

2. Copy any TTF font file to 'iSee\iSee.project\Debug\sunglobe.ttf'.

3. Build and debug the project.

posted @ 2014-06-07 08:53  It's_Lee  阅读(597)  评论(0编辑  收藏  举报