From 2831683bbbdb3f3f695ee641eadceb727c5ad737 Mon Sep 17 00:00:00 2001 From: Jan Hermann Date: Fri, 11 Aug 2017 10:07:25 +0200 Subject: [PATCH] update README --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4c88f8b..d3a14d5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,6 @@ -This small mex function converts an XML file into a MATLAB structure. -It can parse any general XML file and with a proper mark-up and strucure, -It can additionally read general n-dimensional arrays. +This small mex function converts an XML file into a MATLAB structure. It can parse any general XML file and with a proper mark-up and structure, it can additionally read general *N*-dimensional arrays. -For compilation of the C++ mex file, run `make BOOST=` where `` is -a path to the Boost library include files. - -**TODO**: Remove Boost dependency. It's here because of a single string function and absolutely should be gone. +To build the mex file, run `make`. A compiler supporting C++11 is required. To run a test and see how `test.xml` gets converted, run `make test`. It should output