1-新建工程

sudo apt-get install  libpng16-tools 
 sudo apt-get install  libpng16-dev




git clone https://github.com/swayfreeda/ImageBasedModellingEduV1.0.git cd ImageBasedModellingEduV1.0/ mkdir bulid cd bulid/ cmake -DCMAKE_BUILD_TYPE=Release .. make -j 8
sudo apt-cache search libpng ###x寻找库


原文地址:https://www.cnblogs.com/long5683/p/11619021.html