On Tue, 25 Mar 2014 08:00:20 +1100 Lex Trotman elextr@gmail.com wrote:
You will need to start to build recent Geany from git. This can be done via ./autogen.sh (from git ..), make sudo make install -- or using waf ./waf configure && ./waf build && sudo ./waf install
NO, don't do this for development (sorry Frank :)
Don't overwrite your system geany with a development version, if it breaks you may not be able to edit it to fix it (without using say gedit :). That applies even more to plugins.
Well... yes. You are true. Just had in mind to get a working devel version running -- in the fast way. The better way of course to leave system's geany on the box and install devel geany to some other path and ensure, paths are set correctly on configure run.
Cheers, Frank