Tiny BinaryXML parser library
bxml <filename>
where <filename>
is file path to BinaryXML .bxml
file
Regular XML file is printed to STDOUT.
make
- compile all
make run
- run ./bin/bxml
on example.bxml
file
make compile-cli
- compile ./bin/bxml
example program
make bin/libbxml.a
- compile static library ./bin/libbxml.a
make bin/libbxml.so
- compile dynamic library ./bin/libbxml.so