解决办法
gcc: error trying to exec 'cc1plus': execvp: 没有那个文件或目录
sudo apt-get install build-essential
src/ft2font.h:16:22: 致命错误
sudo apt-get install libfreetype6-dev
sudo apt-get install dvipng texlive-extra-utils texlive-latex-extra
src/_png.cpp:10:20: 致命错误: png.h:没有那个文件或目录
解决方法:
sudo apt-get install -y libpng12-dev