How to compile the Google Courgette tool?

大憨熊 提交于 2019-11-27 01:38:40

问题


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

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?


回答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 VS way of things - find the courgette project inside the Chromium project tree and "Build" it.



来源:https://stackoverflow.com/questions/12542591/how-to-compile-the-google-courgette-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!