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

Mini-XML: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Tantric (talk | contribs)
No edit summary
Gu1dry (talk | contribs)
mNo edit summary
 
Line 20: Line 20:


== Usage ==
== Usage ==
You need to use [[libFAT]] to make libmxml work.
You need to use [[libfat]] to make libmxml work.


Include these for mxml:
Include these for mxml:

Latest revision as of 21:15, 4 November 2009

Mini-XML
General
Author(s)Matthew Sweet
TypePorted Libraries
Version2.6
LicenceGNU LGPL
Links
Download
Website
Source

Mini-XML is a library ported for Wii to load and save XML config files in your GameCube/Wii apps.

Install

  • Copy files to $(PORTLIBS)

Usage

You need to use libfat to make libmxml work.

Include these for mxml:

#include <fat.h>
#include "mxml.h"

Add the extra libraries to link with the project in your Makefile:

LIBS := -lfat -lmxml ...

Documentation

Tons of doc at http://www.minixml.org