Top "Zlib" questions

zlib is a library used for data compression.

Compiling boost with zlib

I'm compiling boost with bjam under Windows 7 (64bit-should be irrelevant) D:\development\boost\boost_1_44\libs\iostreams\build>bjam stage ^ …

c++ boost compilation zlib
error when import zlib in iOS: symbol(s) not found collect2: ld

I have included <zlib.h> in my iphone application and the source code I was mocking up the …

ios linker zlib
No zlib.h file in usr/local/include how to get it

so I have been trying to run a C++ program which requires Zlib library on compiling the file it gave …

ubuntu-14.04 zlib
Zlib-compatible compression streams?

Are System.IO.Compression.GZipStream or System.IO.Compression.Deflate compatible with zlib compression?

c# compression zlib
Qt quncompress gzip data

I stumble upon a problem, and can't find a solution. So what I want to do is uncompress data in …

c++ qt zlib
CMake zlib build on Windows

I'm trying to build zlib 1.2.8 for Windows using CMake, but I get build errors that I don't know how to …

c++ c windows cmake zlib
Using zlib under windows mingw

I can't seem to get zlib to do anything on mingw under windows. I downloaded zlib @ http://sourceforge.net/projects/…

c windows mingw zlib
Virtualenv no module named zlib

I'm trying to create Python 2.7 virtual env under Python2.6, I'm simply running: virtualenv --python=python27 #python27 correctly leads to my …

python virtualenv zlib
What might explain an "invalid stored block lengths" error?

I am running a Rails (3.2.3) application with Ruby 1.9.3p194 on the basic Ubuntu lucid32 image in a Vagrant virtual box. …

ruby zlib rubyzip
How to pipe one readable stream into two writable streams at once in Node.js?

The goal is to: Create a file read stream. Pipe it to gzip (zlib.createGzip()) Then pipe the read stream …

node.js gzip zlib gzipstream node.js-stream