Google courgette compiled binary for windows

前端 未结 2 1056
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 12:05

I\'ve been using bsdiff and i\'m very happy with it, and I want to try Google\'s Courgette.

It seems like a large effort to fetch/compile the entire Chromium project jus

2条回答
  •  后悔当初
    2021-02-05 12:52

    I dont think you need to compile the entire Chromium project to build Courgette. You may follow the official Google guide on how to get the whole Chromium compiled. But instead of saying ninja -C out\Debug chrome you can always say :

    ninja -C out/Debug courgette
    

    to get only courgette project built.

提交回复
热议问题