go-vgo / robotgo

RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

png.h: No such file or directory

vcaesar opened this issue · comments

commented
  • Log gist:
    ./bitmap/../base/png_io_c.h:4:17: fatal error: png.h: No such file or directory
commented

Mac

Now no longer need to install.

// brew install libpng
// brew install zlib

Windows

Now no longer need to install.

// Please use Mingw, read Mingw32 or read README.md.

Ubuntu

sudo apt-get install libxtst-dev libpng++-dev  

Fedora

sudo dnf install libpng-devel