如何编译Google Courgette工具? [英] How to compile the Google Courgette tool?

查看:101
本文介绍了如何编译Google Courgette工具?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

西葫芦(说明)是一种Google工具,可用于有效地更新Chrome。

Courgette (description, source) is a Google tool that is used to update Chrome efficiently.

这似乎是一个很棒且易于使用的工具,但我无法对其进行编译。我已经尝试过VS2010,GYP并直接使用C ++编译器,但都失败了。

It seems like a great and easy-to-use tool, but I cannot manage to compile it. I've tried VS2010, GYP and using a C++ compiler directly but all has failed.

有人对如何编译小胡瓜有任何建议吗?

Does anybody have any advice on how to compile Courgette?

推荐答案

至少,您可以在如何进行编译整个Chromium。但是,您可以仅构建小胡瓜而不是调用 ninja -C out / Debug chrome ,而不是: ninja -C out / Debug courgette 。或者,如果您坚持使用VS方式-在Chromium项目树中找到小胡瓜项目并构建。

At least, you may follow an official Google guide on how to get compiled the whole Chromium. But instead of calling ninja -C out/Debug chrome, you can build only courgette: ninja -C out/Debug courgette. Or, if you insist on VS way of things - find the courgette project inside the Chromium project tree and "Build" it.

这篇关于如何编译Google Courgette工具?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆