Re: [Geany-Devel] GeanyLiveDiff on github

2013-10-15 Thread v01d
HI, since cmake actually depends on pkg-config for this one, I guess you should be able to set the PKG_CONFIG_PATH environment variable (using export) to point to the directory where the libgit2.pc file is located. After that, do (at the top level directory of the sources): mkdir build cd build cm

[Geany-Devel] GeanyLiveDiff on github

2013-10-15 Thread v01d
Hi, I've pushed my code on github so others can use it and try it out. I'm using it constantly and it feels really stable. https://github.com/v01d/geany-livediff The plugin shows changed/modifed/added colored markers on the margin of geany's editor windows. It currently works against the last save