aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPiotr K <pkrysik@elka.pw.edu.pl>2014-08-06 22:58:39 +0200
committerPiotr K <pkrysik@elka.pw.edu.pl>2014-08-06 22:58:39 +0200
commitecd10796cd11404efee17bcffc120d9315bb47b4 (patch)
treeb11eb5e2017206a77026d1384799b84874cc0fb3 /README.md
parent818aa4d971807a9d2255719ea249d26caeab07e3 (diff)
Changes in README
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