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
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 chrome
ninja -C out/Debug courgette
to get only courgette project built.