Hi, this might sound dumb, but geanyplugin.h seems to not be found ? I followed (or well am trying to lol) [this howto](https://www.geany.org/manual/reference/howto.html) I ran the installation command, copied the example hellow world and tried to compile : (default geany commands, `gcc -Wall -c "file.c"`, which is promptly answered by `fatal error: geanyplugin.h: No such file or directory` Directed by a note on the howto, i also tried adding `#include <config.h>` on line 1, but then it's it that isn't found.
I have installed geany through `apt` with no added configuration, am under Ubuntu 23.10. Thanks in advance !
Closed #3814 as completed.
Okay nvm, i interpreted "But it should compile and load/unload in Geany nicely" as "you can compile and build this like you would normally, but well turns out the next section is named "building". Oops ?
github-comments@lists.geany.org