Improve install docs to include Ubuntu dependency.

This commit is contained in:
Peter Stevenson 2018-05-09 22:41:31 +01:00 committed by GitHub
parent d4be3b8a25
commit add17dddcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,15 @@ available, developed by MalcolmRobb.
Installation
---
Type "make".
On Ubuntu you may need the following library: `sudo apt-get install librtlsdr-dev`
Clone the repo: `git clone https://github.com/antirez/dump1090.git`
Change directory: `cd dump1090`
Build the source: `make`
Run the binary: `./dump1090`
Normal usage
---