问题:
我在https://github.com/rs/SDWebImage 上下载SDWebImage的ZIP文件,不过下载下来,运行demo,报如下错误(见图一).
clang: error: no such file or directory: '/Users/wtm/Downloads/SDWebImage-master/Vendors/libwebp/src/utils/huffman.c' clang: error: no input files
在网上查找原因:
参考处一:
http://stackoverflow.com/questions/21074120/compiling-sdwebimage-demo-libwebp-src-utils-random-c-not-found
参考处二:
https://github.com/rs/SDWebImage/issues/756
解决办法:
将路径切换到桌面 再在终端运行 git clone --recursive https://github.com/rs/SDWebImage.git
注意:网速原因可能会有点慢
打开桌面的demo,下载的SDWebImage就可以运行了(见图三).