Home

Awesome

#libmatiocpp Working but it's really rough and nothing to trust.

The makefile will build the wrapper lib and a test binary.

Build matiocpp

cmake .

make

sudo make install

Build and install matio

Download libmatio and unpack. You may need to install additional libs and compile hdf for mat73 support.

Fedora 22

./configure --libdir=/usr/lib64 --includedir=/usr/include/libmatio

make

sudo make install

TODO