aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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.