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

https://github.com/doodzik/png-compare


https://github.com/doodzik/png-compare

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# png-compare

install [homebrew](https://brew.sh)
```
brew install libpng
brew install gcc --without-multilib
```

compile programm
```
make
```

run programm
```
make run
# you have to compile the program before running it
```