使用 nightly 源编译 webkit
我刚刚开始使用 webkit &我想先自己进行构建。我对如何使用 webkit 的 nightly 源 进行编译有点困惑。主 webkit 站点上的构建说明说要使用整个 SVN 树来执行完整构建。但夜间源仅包含该树的一小部分。
因此,您仍然需要拥有整棵树,但如果您想要最新的,您只需下载最新的夜间源代码即可。只是把它放在你当地的树上吗?或者您实际上可以使用夜间源来获取编译版本吗?
I'm just getting started with webkit & I wanted to perform a build myself first. I am a little confused as to how to compile using nightly sources of webkit. The build instructions on the main webkit site says to have the whole SVN tree to perform a full build. But the nightly source only includes a small subset of that tree.
So is the case that you still have to have the whole tree but if you want the latest, you just download the latest nightly source & just drop it in your local tree? Or can you actually just use the nightly source to get a compiled version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.webkit.org/building/build.html 应该可以帮助您入门。请参阅链接的 http://www.webkit.org/building/checkout.html如何获取完整的 WebKit 源代码。
http://www.webkit.org/building/build.html should get you started. See the linked http://www.webkit.org/building/checkout.html for how to get the full WebKit source.