An open API service indexing awesome lists of open source software.

https://github.com/jibsen/pngquant-winbuild

Setup for building pngquant on Windows
https://github.com/jibsen/pngquant-winbuild

png png-compression pngquant windows

Last synced: 7 months ago
JSON representation

Setup for building pngquant on Windows

Awesome Lists containing this project

README

          

pngquant-winbuild
=================

About
-----

This is my setup for building [pngquant][] on Windows. It is just a
couple of makefiles, and pngquant and its dependencies as git
submodules.

[pngquant]: https://github.com/pornel/pngquant

Usage
-----

To initialize the submodules, use

~~~.cmd
git submodule update --init --recursive
~~~

And then build with mingw-w64 (make).