From 5f99768ab3552d7b5c504101b565806e07e62436 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 28 Feb 2016 19:49:06 -0800 Subject: [PATCH] Update build instructions. --- adsbus/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adsbus/README.md b/adsbus/README.md index f821924..06783f6 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -6,8 +6,8 @@ adsbus is a hub and protocol translator for [ADS-B](https://en.wikipedia.org/wik ## Building ```bash -sudo apt-get -y install uuid-dev libjansson-dev +sudo apt-get -y install build-essential git clang libjansson-dev libprotobuf-c-dev protobuf-c-compiler git clone https://github.com/flamingcowtv/adsb-tools.git -cd adsb-tools +cd adsb-tools/adsbus make ```