In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Libxml"

From WiiBrew
Jump to navigation Jump to search
Line 1: Line 1:
 
This is the compilation of libxml available [http://xmlsoft.org/ here]
 
This is the compilation of libxml available [http://xmlsoft.org/ here]
  
The compilation failed with not found of library pthread, but code with parsing has success.
+
The compilation failed with not found of header glob.h for glob functions but main core had been compiled with success so it woks.
  
 
You can download binary [http://stu-team.com/emvivre/wii/libxml/libxml.tar.bz2 here]
 
You can download binary [http://stu-team.com/emvivre/wii/libxml/libxml.tar.bz2 here]
  
 
You need to add -lxml2 in Makefile.
 
You need to add -lxml2 in Makefile.

Revision as of 10:08, 25 January 2009

This is the compilation of libxml available here

The compilation failed with not found of header glob.h for glob functions but main core had been compiled with success so it woks.

You can download binary here

You need to add -lxml2 in Makefile.