[Geany-devel] Geany Plugin with Libxml

Cédric Tabin tabin.cedric at xxxxx
Tue Jun 23 17:53:27 UTC 2009


Hello,

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...

To compile my file, I use the following command lines :

compilation
gcc -o "output.o" -Wall -c -fpic "plugin.c" `pkg-config --cflags geany`
`pkg-config --cflags libxml-2.0`

for the shared library
gcc -shared  -o "output.so" "output.o"


Thanks and best regards !
Cedric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/devel/attachments/20090623/a3e08b22/attachment.html>


More information about the Devel mailing list