Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 448 Bytes

File metadata and controls

21 lines (11 loc) · 448 Bytes

libbxml

Tiny BinaryXML parser library

Usage

bxml <filename> where <filename> is file path to BinaryXML .bxml file

Regular XML file is printed to STDOUT.

Build

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