11Zip icon indicating copy to clipboard operation
11Zip copied to clipboard

Dead simple zipping / unzipping C++ Lib

Results 6 11Zip issues
Sort by recently updated
recently updated
newest added

When adding 11Zip to a scikit-build-core CMake project using add_subdirectory, the following error is thrown: ``` /usr/bin/ld: extlibs/11Zip/libelzip.a(elzip.cpp.o): warning: relocation against `_ZTVSt9basic_iosIcSt11char_traitsIcEE@@GLIBCXX_3.4' in read-only section `.text.unlikely' /usr/bin/ld: extlibs/11Zip/libelzip.a(elzip.cpp.o): relocation R_X86_64_PC32...

Following the installation instructions of ``` add_subdirectory( vendor/elzip ) target_link_libraries(docproc2 PRIVATE elzip ) ``` results in this outcome: ``` -- Fetching zlib https://github.com/madler/zlib master CMake Error at vendor/elzip/extlibs/minizip/CMakeLists.txt:197 (add_subdirectory): The...

I have a VS C++ project that auto updates my project by downloading the latest zip file from URL. I would like to extract it to a directory I have...

Hi, There is any method to ZIP a single file? Like you do with folder? Thanks.

I encountered 2 errors while trying to build this. The first was a cmake error in zlib's CMakelists.txt which minizip-ng fixed in zlib-ng/minizip-ng#764 ``` CMake Error in extlibs/minizip/third-party/zlib/CMakeLists.txt: Target "zlibstatic"...

I don't know anything about CMake, I've built all my projects for 20+ years with standard Gnu Make... Could you put together a normal makefile for your project?