Skip to content

Commit d23621a

Browse files
authored
make readme
Currently the has only been tested on Linux (wsl2). The purpose to use version 0.11 because of initial support for zig pkg manager. TODO: add libzmq module to build all deps, on single build (ref.: ziglang/zig#14307)
1 parent 503d42a commit d23621a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bindings/zig/Readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CZMQ - Zig bindings (**Experimental**)
2+
3+
## Require
4+
5+
- Zig version: [0.11 or higher - download](https://ziglang.org/download)
6+
7+
### How to build library
8+
9+
```bash
10+
$> zig build -Doptimize=ReleaseFast
11+
# output: $PWD/zig-out/lib
12+
```
13+
### Test
14+
```bash
15+
$> zig build test
16+
```

0 commit comments

Comments
 (0)