Document more requirements.

This commit is contained in:
Dominik Pantůček 2023-04-19 13:59:59 +02:00
parent ad3e657391
commit 518bb8fb3b

View file

@ -50,14 +50,20 @@ Features
Requirements Requirements
------------ ------------
There are no runtime requirements, it is possible to build binary that There are no additional libraries required, it is possible to build
requires only libc. binary that requires only libc.
Build requirements: Build requirements:
* Chicken Scheme 5 * Chicken Scheme 5
* make (tested with GNU make) * make (tested with GNU make)
Runtime requirements:
* POSIX.1 shell (for Fio account statements downloader)
* git (for members directory queries)
* POSIX.1 mail utility configured to send emails from local system
Building Building
-------- --------