From 3e36866743baca84157929acdd8b8143cda67384 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 13 Mar 2016 16:57:16 -0700 Subject: [PATCH] libcap-dev dep --- adsbus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adsbus/README.md b/adsbus/README.md index 3a4eb60..fa807e3 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -12,7 +12,7 @@ For programs to feed data into and consume data from adsbus, see the documentati ## Building ```bash -sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler +sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler libcap-dev git clone https://github.com/flamingcowtv/adsb-tools.git cd adsb-tools/adsbus make