Line 31:
Line 31:
Or, you can make a directory and use the [[HBC]].
Or, you can make a directory and use the [[HBC]].
−
==Useage==
+
==Usage==
+
You need to use [[libfat]] to make libmxml work.
+
+
Include these for mxml:
+
<source lang="c">
+
#include <fat.h>
+
#include "mxml.h"
+
</source>
+
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)
+
Add the extra libraries to link with the project in your Makefile:
+
+
LIBS := -lfat -lmxml ...
==Documentation==
==Documentation==