Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrmnn committed Aug 11, 2017
1 parent b5ce7c8 commit 2831683
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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=<path>` where `<path>` 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
Expand Down

0 comments on commit 2831683

Please sign in to comment.