https://github.com/doodzik/png-compare
https://github.com/doodzik/png-compare
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doodzik/png-compare
- Owner: doodzik
- License: gpl-3.0
- Created: 2017-04-24T14:08:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T22:43:59.000Z (about 9 years ago)
- Last Synced: 2025-02-03T14:31:50.340Z (over 1 year ago)
- Language: C
- Size: 12.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```