thispc / psiphon

A multi-functional version of a popular network circumvention tool
GNU General Public License v3.0
229 stars 59 forks source link

Zlib.h missing #11

Closed DanHolli closed 6 years ago

DanHolli commented 6 years ago

when doing ./configure I receive this output at the end of it...

checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no configure: error: *** zlib.h missing - please install first or check config.log ***

I don't know what to do

thispc commented 6 years ago

for ubuntu run this command..

sudo apt-get install zlib1g-dev