This is my setup for building pngquant on Windows. It is just a couple of makefiles, and pngquant and its dependencies as git submodules.
To initialize the submodules, use
git submodule update --init --recursiveAnd then build with mingw-w64 (make).
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is my setup for building pngquant on Windows. It is just a couple of makefiles, and pngquant and its dependencies as git submodules.
To initialize the submodules, use
git submodule update --init --recursiveAnd then build with mingw-w64 (make).