Files
llgo/c/zlib
2024-07-30 19:36:36 +08:00
..
2024-07-30 19:36:36 +08:00
2024-07-08 23:11:25 +08:00
2024-07-30 19:36:36 +08:00

LLGo wrapper of madler/zlib

How to install

on macOS (Homebrew)

brew install zlib

on Linux (Debian/Ubuntu)

TODO

Demos

The _demo directory contains our demos (it start with _ to prevent the go command from compiling it):

How to run demos

To run the demos in directory _demo:

cd <demo-directory>  # eg. cd _demo/normal
llgo run .