This commit is contained in:
Ian Gulliver
2016-02-17 10:34:00 -08:00
parent 3bc366357d
commit 82e302216b

View File

@@ -5,6 +5,7 @@ adsbus is a hub and protocol translator for [ADS-B](https://en.wikipedia.org/wik
## Building ## Building
```sudo apt-get -y install uuid-dev libjansson-dev ```bash
sudo apt-get -y install uuid-dev libjansson-dev
make make
``` ```