Right now I am trying to compile Courguette in order to generate a diff patch. The source and some documentation can be found in the following link: Courguette
I downloaded it but I don't find the way of compiling it. I have Googled and found some references even to this forum, such as: StackOverflow link
And other references: Chromium Linux build instructions
After reading things about ninja and gpy I decided to install them, but there are not references to a .ninja file. I find a courguette.gyp file but using gpy I neither get it compiled...
I am following the guide they provide: Installed the depot_tools and added to the path. gclient runhooks gclient sync
And when I execute gn gen out/Default it fails with the following message: gn.py: Could not find gn executable at: ~/binary_diff_tools/courgette-master/courgette/buildtools/linux64/gn
Then I used git to pull from the repository the buildtools, but I get the same result.
Any help will be appreciated.
Best regards,
Iván