Skip to content

Commit 177b54c

Browse files
committed
Replaced reference to gr-osmosdr with gr-limesdr in readme file.
1 parent 7c851b9 commit 177b54c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ Raspbian Stretch is the recommended host configuration.
88

99
## Installation and Setup
1010

11-
The following installation steps assume a new installation of Raspbian Stretch
12-
is being used. All the required package dependencies for building the various
13-
SDR components can be installed by running the 'install_deps.sh' script with
14-
superuser privileges. Note that it may be necessary to re-run this script if
15-
any of the package installation steps fail:
11+
The following installation steps assume an up to date installation of Raspbian
12+
Stretch is being used. In order to ensure that all the latest updates have
13+
been applied, the following commands may be used:
14+
15+
> sudo apt-get update
16+
> sudo apt-get upgrade
17+
18+
All the required package dependencies for building the various SDR components
19+
can be installed by running the 'install_deps.sh' script with superuser
20+
privileges. Note that it may be necessary to re-run this script if any of the
21+
package installation steps fail:
1622

1723
> sudo ./scripts/install_deps.sh
1824
@@ -25,9 +31,9 @@ repositories and they need to be built and installed from source instead. The
2531
2632
The main GNU Radio package from the Raspbian Stretch distribution is
2733
installed as one of the required dependencies. However, an up to date
28-
version of the GR-OsmoSDR package needs to be compiled against the latest
29-
SoapySDR release, together with the out of tree GNU Radio module from this
30-
repository which contains the dedicated Scratch Radio components:
34+
version of the gr-limesdr module needs to be compiled from source - together
35+
with the out of tree GNU Radio module from this repository which contains the
36+
dedicated Scratch Radio components:
3137

3238
> make GnuRadio
3339

0 commit comments

Comments
 (0)