Merge pull request #472 from luoliwoshang/readme/zlib
[wip] README:zlib
This commit is contained in:
30
c/zlib/README.md
Normal file
30
c/zlib/README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# LLGo wrapper of zlib
|
||||
|
||||
## How to install
|
||||
|
||||
### on macOS (Homebrew)
|
||||
|
||||
```sh
|
||||
brew install zlib
|
||||
```
|
||||
|
||||
### on Linux (Debian/Ubuntu)
|
||||
|
||||
```sh
|
||||
TODO
|
||||
```
|
||||
|
||||
## Demos
|
||||
|
||||
The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it):
|
||||
|
||||
- [zlibdemo](_demo/normal/compress.go): a basic zlib demo
|
||||
|
||||
### How to run demos
|
||||
|
||||
To run the demos in directory `_demo`:
|
||||
|
||||
```sh
|
||||
cd <demo-directory> # eg. cd _demo/normal
|
||||
llgo run .
|
||||
```
|
||||
Reference in New Issue
Block a user