Skip to content

Commit 2831683

Browse files
committed
update README
1 parent b5ce7c8 commit 2831683

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
This small mex function converts an XML file into a MATLAB structure.
2-
It can parse any general XML file and with a proper mark-up and strucure,
3-
It can additionally read general n-dimensional arrays.
1+
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.
42

5-
For compilation of the C++ mex file, run `make BOOST=<path>` where `<path>` is
6-
a path to the Boost library include files.
7-
8-
**TODO**: Remove Boost dependency. It's here because of a single string function and absolutely should be gone.
3+
To build the mex file, run `make`. A compiler supporting C++11 is required.
94

105
To run a test and see how `test.xml` gets converted, run `make test`. It should
116
output

0 commit comments

Comments
 (0)