Mini-XML: Difference between revisions
Jump to navigation
Jump to search
Mini-XML |
m Added some wiki links |
||
Line 26: | Line 26: | ||
==Running the test== | ==Running the test== | ||
Use [[wiiload]] to run mxml-wii.elf/dol on your | Use [[wiiload]] to run mxml-wii.elf/dol on your Wii. | ||
It will create test_file.xml and save/load to verify it works. | It will create test_file.xml and save/load to verify it works. | ||
Or, you can make a directory and use the HBC. | Or, you can make a directory and use the [[HBC]]. | ||
==Useage== | ==Useage== | ||
See main.cpp in the source file for example. | See main.cpp in the source file for example. | ||
(Important: you need to use libfat (fat.h) to make libmxml work) | (Important: you need to use [[libfat]] (fat.h) to make libmxml work) | ||
==Documentation== | ==Documentation== |
Revision as of 07:22, 5 August 2009
Mini-XML | |
General | |
---|---|
Author(s) | Matthew Sweet |
Ported by | beardface |
Type | Ported Libraries |
Version | 2.5 |
Licence | GNU LGPL |
Links | |
Download | |
Website |
Mini-XML is a library ported for Wii to load and save XML config files in your gc/wii apps.
Install
Option 1:
- copy mxml/include/mxml.h to $(DEVKITPPC)/libogc/include
- copy mxml/lib/libmxml.a to $(DEVKITPPC)/libogc/lib/*/
Option 2:
- setup your Makefile to use the mxml dir for the libs and includes
Running the test
Use wiiload to run mxml-wii.elf/dol on your Wii. It will create test_file.xml and save/load to verify it works.
Or, you can make a directory and use the HBC.
Useage
See main.cpp in the source file for example.
(Important: you need to use libfat (fat.h) to make libmxml work)
Documentation
Tons of doc at http://www.minixml.org