gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

README / Installation seems to need an update (cmake) #110

Closed vaukai closed 3 years ago

vaukai commented 3 years ago

https://github.com/gdraheim/zziplib/blob/7f8e01b5fa7f076bbe4f026d6a30160272da69fe/README#L34-L41

gdraheim commented 3 years ago

Thank you for pointing that out

INSTALLATION
  The zziplib sources are built with cmake. This allows to build it
  easily with make / ninja on unixish systems via the usual sequence of
  `cmake3 && make && make check && make install`. Many distributors
  ship prebuilt packages e.g. in rpm format. Additionally cmake allows
  to generate MSVC project files - the old ones will be dropped soon.
  There should be no problem either when crosscompiling the zziplib 
  for a third host platform.
vaukai commented 3 years ago

'cmake3 && make && make check && make install' does not work (on Gentoo at least). Better procedure (tested and working on Gentoo): https://github.com/archlinux/svntogit-packages/blob/packages/zziplib/trunk/PKGBUILD#L19-L37