Python


Configure and compile Python with Zlib 25

I just spent an hour trying to figure this out, AGAIN! To compile Zlib support into your Python interpreter, do this: 1. Install the Zlib-dev package for your distribution. (you probably have zlib already, but not the dev package) On Ubuntu it’s called ‘zlib1g-dev’, on others it might just be: […]