LibIPC usage examples in many languages.
 
 
 
 
Go to file
Philippe Pittoli 4ba5aa93f3 Add a simple example. 2023-05-27 22:11:56 +02:00
c Update all READMEs. 2023-02-09 16:26:29 +01:00
crystal Add a simple example. 2023-05-27 22:11:56 +02:00
mk Zig build system updated: can compile static binaries. 2023-02-09 16:27:02 +01:00
zig Zig build system updated: can compile static binaries. 2023-02-09 16:27:02 +01:00
.gitignore First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 2023-02-06 14:27:35 +01:00
.gitmodules First LibIPC examples: zig applications (pong, pongd, tcpd, ipcd). 2023-02-06 14:27:35 +01:00
README.md Update all READMEs. 2023-02-09 16:26:29 +01:00

README.md

LibIPC examples in many languages:

  • C
  • Zig
  • Crystal

and soon even more!

Build

Just type make in the right directory.

Some makefile utilities

All examples' makefiles include mk/makefile.utils. Go have a look. You'll be able to ask for a static build, run an application with valgrind with many options, and so on. For example: make STATIC=1 build will compile your example as a static executable (in all languages).