Update README.

This commit is contained in:
Dominik Pantůček 2023-11-19 21:01:04 +01:00
parent 6facd2a2cc
commit 9aaf35307c

View file

@ -46,6 +46,7 @@ Features
* computing member balance * computing member balance
* generating static web output for member pages in dokuwiki * generating static web output for member pages in dokuwiki
* exporting brmdoor cards lists * exporting brmdoor cards lists
* synchronization of mailinglist subscriptions with member files
Requirements Requirements
------------ ------------
@ -59,6 +60,7 @@ Build requirements:
* make (tested with GNU make) * make (tested with GNU make)
* Chicken eggs (chicken-install) * Chicken eggs (chicken-install)
* sqlite3 * sqlite3
* srfi-1
Runtime requirements: Runtime requirements:
@ -70,6 +72,10 @@ Runtime requirements:
Building Building
-------- --------
All the eggs used are installed in the source tree using:
sh install-eggs.sh
Building static binary: Building static binary:
make static make static