From 2dd6e7db9eda715bc9e2aed3f822fb16ca47b9b9 Mon Sep 17 00:00:00 2001 From: csrichter Date: Wed, 10 May 2017 10:03:40 +0200 Subject: [PATCH] added link to GNU Radio Live Image --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e340b..da5b6b0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ sudo apt-get install cmake libboost-all-dev liblog4cpp5-dev swig ``` sudo pip install bitstring or -sudo apt-get insall python-bitstring +sudo apt-get install python-bitstring ``` ubuntu 16.04: sudo apt-get install gnuradio cmake (3.7.9.1-2ubuntu1) @@ -22,6 +22,14 @@ swig -> "python support" in osmocomsdr http://osmocom.org/projects/sdr/wiki/rtl-sdr apt-get install gr-osmosdr + +or you can use the [GNU Radio Live Image](https://wiki.gnuradio.org/index.php/GNU_Radio_Live_SDR_Environment) +, which can be written to a USB drive with Unetbootin. +It comes with all dependencies except the "bitstring" module, which can be installed with +``` +sudo pip install bitstring +``` + ### Installation ```