diff options
| author | 2024-05-22 09:37:44 +0200 | |
|---|---|---|
| committer | 2024-05-22 09:37:44 +0200 | |
| commit | c9c9b0bfdceefbded1250ad3947d6248232e080c (patch) | |
| tree | f450774fb44b34d252a66b9996efd349ad6bafb6 | |
| parent | Another approach to disabling SHM. (diff) | |
| download | penes-snac2-c9c9b0bfdceefbded1250ad3947d6248232e080c.tar.gz penes-snac2-c9c9b0bfdceefbded1250ad3947d6248232e080c.tar.xz penes-snac2-c9c9b0bfdceefbded1250ad3947d6248232e080c.zip | |
Updated README.
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -58,7 +58,6 @@ Run `make` and then `make install` as root. | |||
| 58 | 58 | ||
| 59 | If you're compiling on NetBSD, you should use the specific provided Makefile and run `make -f Makefile.NetBSD` and then `make -f Makefile.NetBSD install` as root. | 59 | If you're compiling on NetBSD, you should use the specific provided Makefile and run `make -f Makefile.NetBSD` and then `make -f Makefile.NetBSD install` as root. |
| 60 | 60 | ||
| 61 | |||
| 62 | From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running | 61 | From version 2.27, `snac` includes support for the Mastodon API; if you are not interested on it, you can compile it out by running |
| 63 | 62 | ||
| 64 | ```sh | 63 | ```sh |
| @@ -71,7 +70,7 @@ If your compilation process complains about undefined references to `shm_open()` | |||
| 71 | make LDFLAGS=-lrt | 70 | make LDFLAGS=-lrt |
| 72 | ``` | 71 | ``` |
| 73 | 72 | ||
| 74 | If 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 | 73 | If it still gives compilation errors (because your system does not implement the shared memory functions), you can fix it with |
| 75 | 74 | ||
| 76 | ```sh | 75 | ```sh |
| 77 | make CFLAGS=-DWITHOUT_SHM | 76 | make CFLAGS=-DWITHOUT_SHM |