From 27b4c54558044e35c1079a65395effc786552eea Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 28 Jul 2025 21:14:35 +0200 Subject: Utility functions from BSD systems --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 676df1a..19affca 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,15 @@ Edit `FICS/config.h` with a text editor and save the file. $ emacs FICS/config.h +### Utility functions from BSD systems ### + +Utility functions from BSD systems are used for the FICS. Which means +on for example a +[Debian GNU/Linux](https://www.debian.org/) +system you need to install the following package before running make: + + # apt install libbsd-dev + From the top-level directory of the cloned Git repository begin the building by running make. -- cgit v1.2.3