Category:LibXML: Difference between revisions

compile
(added what I wrote for libxml)
(compile)
Line 6:
 
Homepage is at [http://xmlsoft.org/index.html Libxml2 homepage]
 
To compile a sample program that use the libxml2:
gcc -o example -I /usr/include/libxml2 -lxml2 example.c