mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Added min OS info to readme.
This commit is contained in:
parent
75508d7f92
commit
0abac89d7d
@ -4,6 +4,7 @@
|
||||
|
||||
- [API](#api)
|
||||
- [Limitations](#limitations)
|
||||
- [Minimum OS Requirements](#minimum-os-requirements)
|
||||
- [Xcode Instructions](#xcode-instructions)
|
||||
- [Zlib Configuration](#zlib-configuration)
|
||||
- [Upgrading from 1.x](#upgrading-from-1x)
|
||||
@ -60,6 +61,16 @@ The zip reader and writer interface provides support for extended hash algorithm
|
||||
* Windows Explorer zip extraction utility does not support disk splitting. [1](https://stackoverflow.com/questions/31286707/the-same-volume-can-not-be-used-as-both-the-source-and-destination)
|
||||
* macOS archive utility does not properly support ZIP files over 4GB. [1](http://web.archive.org/web/20140331005235/http://www.springyarchiver.com/blog/topic/topic/203) [2](https://bitinn.net/10716/)
|
||||
|
||||
## Minimum OS Requirements
|
||||
|
||||
Actively supported minimum operating system versions:
|
||||
|
||||
* Windows Vista
|
||||
* macOS 10.13
|
||||
* Ubuntu 18
|
||||
|
||||
Pull requests can be submitted to maintain support for older versions.
|
||||
|
||||
## Xcode Instructions
|
||||
|
||||
To create an Xcode project with CMake use:
|
||||
|
Loading…
x
Reference in New Issue
Block a user