From bd1f316232d160fd14ce8acb67a978f08b356755 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 29 Aug 2022 16:23:46 +0200 Subject: [PATCH] list our dependencies --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3c95cb9..755e75a 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,11 @@ sudo bpftrace netsendmsg.bt | ``` And cry. + +## Dependencies +This software gratefully builds on: + + * [doctest](https://github.com/doctest/doctest) testing framework + * [lpm](https://github.com/rmind/liblpm) Longest Prefix Match library + * [Portable C Audio Library 1.2](https://github.com/espeak-ng/pcaudiolib) - which you need to install yourself + * tcpdump of course