cd /path/to/EIGEN && tar -zxf eigen-3.3.8.tar.gz
cd eigen-3.3.8
mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/path/to/EIGEN .. make install