summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar default2024-01-13 09:12:16 +0100
committerGravatar default2024-01-13 09:12:16 +0100
commit6c556581e0d7137cd230b4569a0a833e9dae4e81 (patch)
tree4657c9f9756a9baba69664504243a65838b31e00 /README.md
parentMerge pull request 'Added support for ntfy notifications with enhanced privac... (diff)
downloadsnac2-6c556581e0d7137cd230b4569a0a833e9dae4e81.tar.gz
snac2-6c556581e0d7137cd230b4569a0a833e9dae4e81.tar.xz
snac2-6c556581e0d7137cd230b4569a0a833e9dae4e81.zip
Rewritten a sentence to be clearer in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6082d26..66eed4d 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ From version 2.27, `snac` includes support for the Mastodon API; if you are not
65make CFLAGS=-DNO_MASTODON_API 65make CFLAGS=-DNO_MASTODON_API
66``` 66```
67 67
68If your compilation process complains about undefined references of `shm_open()` and `shm_unlink()` (it happens, for example, on 20.04.6 LTS), you need to tell `make` to add the `rt` library to the final linking command as follows: 68If your compilation process complains about undefined references to `shm_open()` and `shm_unlink()` (it happens, for example, on Ubuntu 20.04.6 LTS), run it as:
69 69
70```sh 70```sh
71make LDFLAGS=-lrt 71make LDFLAGS=-lrt