summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e5c2e8..6c1e31b 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,12 @@ If your compilation process complains about undefined references to `shm_open()`
71make LDFLAGS=-lrt 71make LDFLAGS=-lrt
72``` 72```
73 73
74If it still doesn't work (because your system does not implement the shared memory functions) or you are just not interested, you can compile out with
75
76```sh
77make CFLAGS=-DWITHOUT_SHM
78```
79
74See the administrator manual on how to proceed from here. 80See the administrator manual on how to proceed from here.
75 81
76## Testing via Docker 82## Testing via Docker