https://github.com/apotocki/zlib-win
Visual Studio project and solution files for building static and dynamic zlib libraries
https://github.com/apotocki/zlib-win
visual-studio windows zlib
Last synced: 8 months ago
JSON representation
Visual Studio project and solution files for building static and dynamic zlib libraries
- Host: GitHub
- URL: https://github.com/apotocki/zlib-win
- Owner: apotocki
- Created: 2023-08-14T09:48:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T14:19:06.000Z (over 1 year ago)
- Last Synced: 2025-01-16T15:09:07.046Z (over 1 year ago)
- Topics: visual-studio, windows, zlib
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[
](https://api.gitsponsors.com/api/badge/link?p=qa1aqZb0F9p4AjzzcWjp0faK5KINpVtxJznUJ/22u5dUpnOQI2T00jaYNa8mWuKlCEaY73DbSKUHsn2mfqcETbqGWNAmPY1C4+Zr36ajz+6ITXJh/xSrxKQBymN5buBXQEFIjnEIywVIEbdaHBPdnQ==)
[
](https://api.gitsponsors.com/api/badge/link?p=qa1aqZb0F9p4AjzzcWjp0faK5KINpVtxJznUJ/22u5dUpnOQI2T00jaYNa8mWuKlCEaY73DbSKUHsn2mfqcETbqGWNAmPY1C4+Zr36ajz+6ITXJh/xSrxKQBymN5buBXQEFIjnEIywVIEbdaHBPdnQ==)
This repo contains project and solution files for building zlib library for Windows using Visual Studio.
The solution is able to build both static and dynamic libraries in debug and release configurations for x86 and x64 architectures
The actual zlib sources are included as a git submodule pointed to https://github.com/madler/zlib
Tested versions: 1.3, 1.2.13
## How to build?
# clone the repo
git clone --recursive https://github.com/apotocki/zlib-win
#open and build solution zlib.sln
# have fun
## As an advertisement…
Look at my iOS application on App Store, please:
[
PotoHEX
HEX File Viewer & Editor]()
This application is designed to view and edit files at the byte or character level; calculate different hashes, encode/decode, and compress/decompress desired byte regions.
You can support my open-source development by trying the [App](https://apps.apple.com/us/app/potohex/id1620963302).
Feedback is welcome!