Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 354 Bytes

README.rst

File metadata and controls

31 lines (17 loc) · 354 Bytes

Zlib

Opendylan binding around Zlib library.

Building

Install development libraries

$ sudo apt install zlib1g-dev

Download dependencies:

$ dylan update

Build:

$ dylan build --all

Run tests:

$ _build/bin/zlib-test-suite