From d2505e8df84e75416a7b557855a222b06e45ae9b Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 29 Aug 2022 16:26:51 +0200 Subject: [PATCH] some more documentation work --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 755e75a..71c977a 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,23 @@ Audible feedback on just how much your browsing feeds into Google. -By bert@hubertnet.nl / https://berthub.eu/ +By bert@hubertnet.nl / https://berthub.eu/ Makes a little bit of noise any time your computer sends a packet to a tracker or a Google service, which excludes Google Cloud users. Demo video [in this tweet](https://twitter.com/bert_hu_bert/status/1561466204602220544) +[Blog post with more videos](https://berthub.eu/articles/posts/tracker-beeper/) + ## How to compile +This will currently only work on Unix derived systems (like Linux, OSX and +FreeBSD). You need a C++ compiler like `gcc-c++` and CMake for compiling the binary. You also need to install `libpcaudio` (`libpcaudio-dev` on Debian/Ubuntu, `pcaudiolib-devel` on Fedora/Red Hat). +For OSX [this is a bit more work](https://github.com/espeak-ng/pcaudiolib#mac-os) Then run: