aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7e41dfc..d9c63d6 100644
--- a/README.md
+++ b/README.md
@@ -8,19 +8,28 @@ The aim is to provide set of tools that enable reliable receiving information tr
Installation
------------
-On clean Ubuntu 14.04 following packages are required in order to compile gr-gsm:
+Currently compilation of new gnuradio is required in order to run gr-gsm.
+In order to compile gnuradio on fresh Ubuntu run following commands:
+
```
-sudo apt-get install gnuradio gnuradio-dev uhd-host gr-osmosdr #use this command if you don't want to compile gnuradio sources
-sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
+sudo apt-get install git
+git clone git://github.com/pybombs/pybombs
+cd pybombs
+./pybombs install gnuradio uhd rtl-sdr
```
-Download gr-gsm sources with following command:
+To download gr-gsm sources run following command:
```
git clone git@github.com:Jakotako/gr-gsm.git
```
+Make sure that you have all required packages:
+
+```
+sudo apt-get install git cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev
+```
-and compile it:
+To compile run:
```
cd gr-gsm