I am trying to run this on Linux Ubuntu. When I type do, he says
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.
sudo install libpng-dev
But now it tells me
install: missing destination file operand after 'libpng-dev
What am I doing?
Please help, thanks.
source share