博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
webkit开源项目
阅读量:4356 次
发布时间:2019-06-07

本文共 2147 字,大约阅读时间需要 7 分钟。

Building WebKit requires that you have the proper and that you have a copy of the . Run the build-webkit to build WebKit. Use the --debug option for a debug build, which includes debugging symbols and assertions:

build-webkit --debug

By default, build-webkit places build products in WebKitBuild. You can specify a different build location on Mac in your Xcode preferences. On other platforms, the WEBKIT_OUTPUTDIR environment variable can be used to set a different build products location. If you have set up a custom build location, then build-webkit will place the build products there. Once your build has finished, you can  Don’t forget that if you have any questions or problems building WebKit, feel free to 

Windows

Building on Windows requires a few more steps. For details, see .

iOS Simulator

The first time after you install a new Xcode, you will need to run sudo Tools/Scripts/configure-xcode-for-ios-development in the Terminal to enable Xcode to build command line tools for iOS Simulator. Otherwise you will see the error message: target specifies product type ‘com.apple.product-type.tool’, but there’s no such product type for the ‘iphonesimulator’ platform. when building target JSCLLIntOffsetsExtractor of project JavaScriptCore. Then follow the instructions below, passing the --ios-simulator option, to build WebKit for your first build and all subsequent builds.

Setting a Default Configuration

To set a default build configuration for build-webkit and other , use the set-webkit-configuration script:

set-webkit-configuration --debugset-webkit-configuration --release

Building WebKit from Xcode

To build from within Xcode, you can use the WebKit workspace. Ensure that the Products and Intermediates locations for the workspace match those used by build-webkit: choose File > Workspace Settings, then click the Advanced button, select Custom, Relative to Workspace, and enter WebKitBuild for both Products and Intermediates. Note that if you have specified a custom build location in Xcode preferences, then you don’t need to do this.


转载于:https://www.cnblogs.com/SofuBlue/p/8029203.html

你可能感兴趣的文章
如何对iPhone进行屏幕录像
查看>>
网站技术架构
查看>>
maven 配置阿里云仓库
查看>>
合理构建产品形态(一)——谁是目标用户
查看>>
Tomcat服务器与HTTP协议
查看>>
Android studio开发APP的的目录结构
查看>>
VS 2010 Beta2中WPF有哪些改进?
查看>>
一个野生程序员开博日
查看>>
20180528小测
查看>>
spring和spring mvc的配置文件
查看>>
VSS+SourceAnywhere for VSS搭建版本控制系统教程
查看>>
TCP : two different sockets sharing a port?
查看>>
unix系统编程小结(二)------文件和目录
查看>>
ubuntu 创建用户
查看>>
Summary: gcd最大公约数、lcm最小公倍数算法
查看>>
JS实现HashMap
查看>>
linux mysql
查看>>
android 68 单元测试
查看>>
centos 6.3 64位安装php5.5及配置tengine
查看>>
进入页面就触发了popstate事件。
查看>>