From add17dddcf7dd0fbb95ce933f057447c2be929b9 Mon Sep 17 00:00:00 2001 From: Peter Stevenson <2e0pgs@gmail.com> Date: Wed, 9 May 2018 22:41:31 +0100 Subject: [PATCH] Improve install docs to include Ubuntu dependency. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eddfbbb..a3cbf18 100644 --- a/README.md +++ b/README.md @@ -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 ---