I am trying to run this in linux ubuntu. When I type make it says
我试着在linux ubuntu中运行它。当我打字的时候。
rgb_image.cc:26:24: fatal error: libpng/png.h: No such file or directory
#include <libpng/png.h>
Then i followed this to install png.h.
然后我按照这个程序安装了png.h。
sudo install libpng-dev
But now its telling me
但现在它告诉我了。
install: missing destination file operand after ‘libpng-dev’
What do I do?
我该怎么做?
Please help, thanks.
请帮助,谢谢。
1 个解决方案
#1
20
try rather this:
试,而这个:
sudo apt-get install libpng-dev
Then maybe go askubuntu.com ;)
那就去askubuntu.com吧。
#1
20
try rather this:
试,而这个:
sudo apt-get install libpng-dev
Then maybe go askubuntu.com ;)
那就去askubuntu.com吧。