Philippe Pittoli b567a25969 | ||
---|---|---|
.. | ||
lib | ||
src | ||
README.md | ||
build.zig | ||
makefile |
README.md
Zig LibIPC examples:
pong
and pongd
(as you find in all other examples).
tcpd
and ipcd
, to make any LibIPC application network-ready.
Documentation will come soon for these.
Build
# Compiles all examples.
make
Several options are available.
# Compiles all examples.
make STATIC=1 # Build static executables.
make ZIG_OPTIM=ReleaseSmall # Build small executables.
Read the makefile.
Usage
./zig-out/bin/pongd # run the service
./zig-out/bin/pong # run the client
LICENSE
ISC