29 lines
533 B
Markdown
29 lines
533 B
Markdown
# libipc
|
|
|
|
libipc - Simple, easy-to-use IPC library.
|
|
|
|
# Compilation
|
|
|
|
Either `make` or `zig build`.
|
|
|
|
For more options, see either the makefile or `build.zig`.
|
|
|
|
# Install
|
|
|
|
```
|
|
make install
|
|
# By default, install in the /usr/local/ prefix, but it can be changed.
|
|
make install PREFIX=/usr/
|
|
```
|
|
|
|
# Usage
|
|
|
|
See the [dedicated repository][examples].
|
|
|
|
# Status
|
|
|
|
LibIPC reached a stable state and is usable.
|
|
Performance is fine for most projects, but can be largely improved.
|
|
|
|
[examples]: https://git.baguette.netlib.re/Baguette/libipc-examples
|