This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-12-23 13:06:31 +01:00
|
|
|
|
2018-11-20 10:44:49 +01:00
|
|
|
# libipc
|
2017-01-01 18:48:06 +01:00
|
|
|
|
2018-11-20 10:44:49 +01:00
|
|
|
libipc - Simple, easy-to-use IPC library
|
2017-01-01 18:48:06 +01:00
|
|
|
|
2018-11-20 10:44:49 +01:00
|
|
|
See the introductory [man page](man/libipc.7.md).
|
2016-12-23 13:06:31 +01:00
|
|
|
|
2019-07-27 15:47:50 +02:00
|
|
|
# Compilation
|
|
|
|
|
|
|
|
`make`
|
|
|
|
|
|
|
|
|
|
|
|
# logging system
|
|
|
|
|
|
|
|
Logs are in one of the following directories: `$XDG_DATA_HOME/ipc/` or `$HOME/.local/share/ipc/`.
|
|
|
|
The log file can be indicated with the `IPC_LOGFILE` environment variable, too.
|
|
|
|
|
|
|
|
To remove logs: `make LDFLAGS=-DIPC_WITHOUT_ERRORS`
|