From 133f771bbe29e4dc8020866a14709fea8925fef2 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 19 Aug 2012 12:46:23 +0000 Subject: [PATCH] Added info about OSMOSDR_ROOT git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@230 64b25241-fba3-4117-9849-534c7e92360d --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 3729385a3..4b0ec5e1a 100644 --- a/README +++ b/README @@ -142,10 +142,12 @@ $ sudo ldconfig $ export RTLSDR_DRIVER=1 -In order to compile the RTLSDR adapter you should also provide the path to the gr-osmosdr source code using: +- In order to compile the RTLSDR adapter you should also provide the path to the gr-osmosdr source code using: $ export OSMOSDR_ROOT=/path/to/gr-osmosdr +The default will be OSMOSDR_ROOT=/usr/local + (in order to disable the Rtlsdr_Signal_Source compilation, you should remove the RTLSDR_DRIVER variable and build again GNSS-SDR)