Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 470 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 470 Bytes

mxml

mxml is a C++ parser and layout generator for MusicXML files.

Usage

You will need:

  • CMake >= 2.6
  • LibXML2
  • boost (for unit tests)

To build a stand-alone static library:

git clone https://github.com/venturemedia/mxml
cd mxml
git submodule update --init
cmake .
make
make test

License

mxml is available under the MIT license. See the LICENSE file for more info. Copyright © 2016 Venture Media Labs.