From 9aaf35307c98580b806b305217e6e9aace192a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Sun, 19 Nov 2023 21:01:04 +0100 Subject: [PATCH] Update README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 699ae82..9fcb37f 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Features * computing member balance * generating static web output for member pages in dokuwiki * exporting brmdoor cards lists +* synchronization of mailinglist subscriptions with member files Requirements ------------ @@ -59,6 +60,7 @@ Build requirements: * make (tested with GNU make) * Chicken eggs (chicken-install) * sqlite3 + * srfi-1 Runtime requirements: @@ -70,6 +72,10 @@ Runtime requirements: Building -------- +All the eggs used are installed in the source tree using: + + sh install-eggs.sh + Building static binary: make static