Hello,<br><br>I try to code a small plugin that uses libxml2 to parse some data. I searched a lot, but I don't understand how I can tell Geany that I want to use that lib...<br><br>To compile my file, I use the following command lines :<br>
<br>compilation<br><span style="font-family: courier new,monospace;">gcc -o "output.o" -Wall -c -fpic "plugin.c" `pkg-config --cflags geany` `pkg-config --cflags libxml-2.0`</span><br><br>for the shared library<br>
<span style="font-family: courier new,monospace;">gcc -shared  -o "output.so" "output.o"</span><br><br><br>Thanks and best regards !<br>Cedric<br>