diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 21:14:35 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-07-28 21:14:35 +0200 |
commit | 27b4c54558044e35c1079a65395effc786552eea (patch) | |
tree | 6be9fdb3b94d6db4ecbeeffd730d3b7901774d27 | |
parent | a0f179dc07bca3a9916c23a5a546c28ae7fad8e4 (diff) |
Utility functions from BSD systems
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |