snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit c2e4678a212ffe278cb2cec197f5c022f796f93d
parent 8340ff6e78f5597591cd6cf04cfc58c2b2f4d9c8
Author: default <nobody@localhost>
Date:   Fri, 21 Apr 2023 23:25:31 +0200

Updated README.

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -42,6 +42,12 @@ On OpenBSD you also need to install `curl`: Run `make` and then `make install` as root. +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 + +``` +make CFLAGS=-DNO_MASTODON_API +``` + See the administrator manual on how to proceed from here. ## Testing via Docker