rockdaboot / mget

Multithreaded metalink/file/website downloader (like Wget) and C library
GNU Lesser General Public License v3.0
112 stars 19 forks source link

I can't find libz. ubuntu #7

Closed magemore closed 10 years ago

magemore commented 10 years ago

I have googled it... No idea.

trying sudo apt-get install libz

it's probably me, not you :) could you point me to libz

rockdaboot commented 10 years ago

Good point. Debian (and maybe Ubuntu) call the package zlib1g and zlib1g-dev (the second needed for compiling).

You can see with 'dpkg -L zlib1g', that the package contains /usr/lib/libz.so.1.2.3.3

I updated README.md to mention the Debian package name.

magemore commented 10 years ago

Yes, same for Ubuntu. Thank you.