Questions tagged [minizip]
5 questions
31
votes
6 answers
How to point cmake to zlib include path?
Or any include directory/library.
I use cmake gui tool so I run it and usually the gui will highlight the include or library it can't find and let you open a open dialog to set the path however it doesn't do that for this cmake cofig it tell you in…

graham
- 411
- 1
- 4
- 5
0
votes
0 answers
zip.h: No such file or directory (minizip)
I cannot find any way to add the zip.h (from minzip) header in my C code (using VSCode, Windows 11).
I've added the minizip and zlib folder to includePath, also tried to run the code with -lz in terminal. Am I missing something obvious? im going…

Nerfstorm
- 1
- 2
0
votes
0 answers
I have a question about using vcpkg, I don't seem to get the nice install for boost as when I use .\bootstrap.bat and b2.exe
I am trying to build something for which I have made some packages with vcpkg. I now realize that I have two installs of vcpkg and I've run the vcpkg integrate install in both of them and I've tried to add a json line and a CMakeLists.txt line that…

Franky
- 1
- 1
0
votes
1 answer
CMake can't find minizip but I can use zlib
I'm trying to use minizip in the zlib library. I'm compiling on CentOS and got zlib using
yum -y install zlib-devel
The problem is, when compiling (and linking to the libz.so library file), it looks like I can get everything in zlib, but none of…

ruisen2000
- 27
- 4
0
votes
1 answer
delete and modify file in zip with minizip
I wrote code to delete file in zip with minizip.
referenced http://www.winimage.com/zLibDll/del.cpp
I have to delete and modify the file and in zip frequently.
the zip file that used is 1.6 GB.
Deleting the file and in zip means
copy whole zip file…

user2523112
- 191
- 1
- 16