Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 503 Bytes

installing-zlib.md

File metadata and controls

23 lines (15 loc) · 503 Bytes

Installing zlib

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

Linux

On all Linux distributions we have tested, zlib is always going to be installed by other packages that you need to install, so we have never needed to install it manually.

macOS

On macOS the system version can be used.

Remapping

If zlib is in a non-standard location for your system, you can use the option:

-Xcexts.remap=libz.so:path/to/libz.so