https://github.com/springmeyer/libpng-binary
package all the things statically
https://github.com/springmeyer/libpng-binary
Last synced: 7 months ago
JSON representation
package all the things statically
- Host: GitHub
- URL: https://github.com/springmeyer/libpng-binary
- Owner: springmeyer
- Created: 2014-04-03T02:39:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T04:58:22.000Z (about 12 years ago)
- Last Synced: 2024-12-28T18:28:26.562Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libpng-binary
Building libpng for other apps to statically link to.
[](https://travis-ci.org/springmeyer/libpng-binary)
# Setup
- edit TARGET in .travis.yml
- enable repo at your travis profile: https://travis-ci.org/profile
- encrypt keys: travis encrypt AWS_S3_KEY=${AWS_S3_KEY} --add && travis encrypt AWS_S3_SECRET=${AWS_S3_SECRET} --add