cd /path/to/CUFFLINKS
unzip cufflinks-master.zip
cd cufflinks-master
./autogen.sh --install
./configure --with-boost=/path/to/BOOST --with-eigen=/path/to/EIGEN/eigen-3.3.7 --prefix=/path/to/CUFFLINKS/build
make -j 16 install
export PATH=/path/to/CUFFLINKS/build/bin:$PATH