diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -42,6 +42,12 @@ On OpenBSD you also need to install `curl`: | |||
| 42 | 42 | ||
| 43 | Run `make` and then `make install` as root. | 43 | Run `make` and then `make install` as root. |
| 44 | 44 | ||
| 45 | 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 | ||
| 46 | |||
| 47 | ``` | ||
| 48 | make CFLAGS=-DNO_MASTODON_API | ||
| 49 | ``` | ||
| 50 | |||
| 45 | See the administrator manual on how to proceed from here. | 51 | See the administrator manual on how to proceed from here. |
| 46 | 52 | ||
| 47 | ## Testing via Docker | 53 | ## Testing via Docker |