The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.
The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.
To install libzzip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libzzip
To see what files were installed by libzzip, run:
port contents libzzip
To later upgrade libzzip, run:
sudo port selfupdate && sudo port upgrade libzzip
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.