Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 464 Bytes

installing-zlib.md

File metadata and controls

25 lines (18 loc) · 464 Bytes
layout toc_group link_title permalink
docs-experimental
ruby
Installing `zlib`
/reference-manual/ruby/Installingzlib/

Installing zlib

TruffleRuby provides the zlib module but not the native zlib system library that the module uses.

Fedora-based: RHEL, Oracle Linux, etc

sudo dnf install zlib-devel

Debian-based: Ubuntu, etc

sudo apt-get install libz-dev

macOS

On macOS the system version can be used.