Please note that this plugin just should work with Geany 0.16 or higher. There
is no guarantee that it works with versions below 0.16.

There are different possibilities to install this plugin:

First
--------------------------------------------------------------------------------
./configure
make
make install


Second
--------------------------------------------------------------------------------
./configure
make
cp src/.libs/debugger.so ~/.config/geany/plugins


Third
--------------------------------------------------------------------------------
There will soon be a possibility to build debugger using waf.


Fourth
--------------------------------------------------------------------------------
Building much of the available plugins from svn by doing this:

svn co https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk geany-plugins
cd geany-plugins
./waf configure
./waf build -p -k

Built *.so-files will be available in ./_build_/default/ after a successful build.
Copy the ones you want to ~/.config/geany/plugins/
