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 !