How to compile Google Courgette tool?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Google Courgette is a tool that is used to update Chrome browser efficiently. Source code. Brief description. It seems like a great and easy to use tool but I could not manage to compile it. I tried VS2010, GYP and regular C++ compiler but failed. Does anybody have any hint on how to compile Courgette? Thank you. 回答1: 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