Mini-XML: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
== Install == | == Install == | ||
* Copy files to $(PORTLIBS) | |||
* | |||
== Usage == | == Usage == |
Revision as of 22:19, 16 October 2009
Mini-XML | |
General | |
---|---|
Author(s) | Matthew Sweet |
Type | Ported Libraries |
Version | 2.6 |
Licence | GNU 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