From a9b662a52c780319a3e3904e163f44c68e19b6eb Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Sun, 19 Oct 2014 06:35:55 -0500 Subject: [PATCH] Clarify dump1090_mr make instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 64ea553..bb2a42e 100644 --- a/README.md +++ b/README.md @@ -97,20 +97,27 @@ To build dump1090... ```sh make ``` + To build and install faup1090 only... + ```sh make -f makefaup1090 all sudo make -f makefaup1090 install-faup1090 ``` To build and install both faup1090 and dump1090... + ```sh +make make -f makefaup1090 all sudo make -f makefaup1090 install-faup1090 install-dump1090 ``` To build and install dump1090 and faup1090 and configure the system to start them automatically whenever the system boots + ``` +make +make -f makefaup1090 all sudo make -f makefaup1090 full-install ```