aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2025-07-28 21:14:35 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2025-07-28 21:14:35 +0200
commit27b4c54558044e35c1079a65395effc786552eea (patch)
tree6be9fdb3b94d6db4ecbeeffd730d3b7901774d27
parenta0f179dc07bca3a9916c23a5a546c28ae7fad8e4 (diff)
Utility functions from BSD systems
-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.