I built geany 2.1 from github source. I tried a couple of the readme suggestions to get plugins but they failed miserably, but this procedure worked:
goto
https://download.geany.org/
and get
geany_plugins_git.tar.gz
I put that file into the geany plugins folder, uncompressed it, opened resulting geany_plugins_git folder, then
$ ./autogen.sh
$ sudo make install
That builds a lot of the plugins but not debugger, so I opened the debugger folder, then
$ make
$ sudo make install
Opened the geany application, and as can be seen from the attached screenshot, debugger now appears in its manager window. HTH
goto
https://download.geany.org/
and get
geany_plugins_git.tar.gz
I put that file into the geany plugins folder, uncompressed it, opened resulting geany_plugins_git folder, then
$ ./autogen.sh
$ sudo make install
That builds a lot of the plugins but not debugger, so I opened the debugger folder, then
$ make
$ sudo make install
Opened the geany application, and as can be seen from the attached screenshot, debugger now appears in its manager window. HTH
Statistics: Posted by tvjon — Thu Jul 11, 2024 12:05 pm