commit 27b4c54558044e35c1079a65395effc786552eea from: Markus Uhlin date: Mon Jul 28 19:14:35 2025 UTC Utility functions from BSD systems commit - a0f179dc07bca3a9916c23a5a546c28ae7fad8e4 commit + 27b4c54558044e35c1079a65395effc786552eea blob - 676df1a0820fa8cab2119a4c28e5a21278d6f6c9 blob + 19affcab19bd7e74b6b49eda06acfcc58c2c997f --- README.md +++ README.md @@ -68,6 +68,15 @@ Edit `FICS/config.h` with a text editor and save the f $ 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.