libcap-dev dep

This commit is contained in:
Ian Gulliver
2016-03-13 16:57:16 -07:00
parent 80804639b8
commit 3e36866743

View File

@@ -12,7 +12,7 @@ For programs to feed data into and consume data from adsbus, see the documentati
## Building ## Building
```bash ```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 git clone https://github.com/flamingcowtv/adsb-tools.git
cd adsb-tools/adsbus cd adsb-tools/adsbus
make make