1. Requirements
Ubuntu16.04
2. Refference
3. Install libtool, m4 and automake
apt-get install libtool
apt-get install m4
apt-get install automake
4. Install matio
git clone git://git.code.sf.net/p/matio/matio
cd matio
git submodule update --init # for datasets used in unit tests
./autogen.sh
./configure
make
make check
make install
Thank you.
last-samurai