1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-27 15:33:15 +00:00

Added info about OSMOSDR_ROOT

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@230 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Carles Fernandez 2012-08-19 12:46:23 +00:00
parent 1da1371214
commit 133f771bbe

4
README
View File

@ -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)