aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 23:05:21 +0100
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2014-12-06 23:05:21 +0100
commit81a681e948bc01fa029060ef62f351e87ada5367 (patch)
tree23be648858f3d1c4cc73cd6a11f3de6cc35068f5 /README.md
parentf9a00ab04f8fed7140c21f3cd1ab741727ed9c5e (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index 28743ac..118dbe0 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,21 @@ git clone https://github.com/ptrkrysik/pybombs.git
Go into *pybombs* directory and configure it:
```
cd pybombs
-./pybombs
+./pybombs config
```
-At the first run *pybombs* will ask for configuration options. As a target directory select */usr/local/*. The rest of the options can be left as default.
+At the first run *pybombs* will ask for configuration options. As a install prefix enter */usr/local/*. The rest of the options can be left as defaul.
+
+On the distributions that have *GNU Radio* version 3.7.3 and above *GNU Radio* can be installed from packages without compilation. To avoid this quite lenghty process use:
+
+```
+./pybombs config forcebuild ' '
+```
+
+To check *GNU Radio* version use:
+```
+apt-cache policy gnuradio-dev
+```
Then build and install *gr-gsm* with following command:
```
@@ -34,7 +45,7 @@ sudo ./pybombs install gr-gsm
Pybombs will take care of downloading all of required libraries and for installation of *GNU Radio* and building *gr-gsm*.
-*Gr-gsm* blocks that are installed in */usr/local* directory. To tell *Gnu Radio Companion* to look for blocks in there create *config.conf* in *~/.gnuradio* directory (this step is not required on Ubuntu 14.04 as *GNU Radio* will be built from source, will reside in */usr/local* and *GNU Radio* will be already configured to look for *Gnu Radio Companion* blocks in there):
+*Gr-gsm* blocks are installed in */usr/local* directory. To tell *Gnu Radio Companion* to look for blocks in there create *config.conf* in *~/.gnuradio* directory (this step is not required on Ubuntu 14.04 as *GNU Radio* will be built from source, will reside in */usr/local* and *GNU Radio* will be already configured to look for *Gnu Radio Companion* blocks in there):
```
mkdir ~/.gnuradio
touch ~/.gnuradio/config.conf
@@ -117,4 +128,4 @@ The most important ancestor of *gr-gsm* (and *gsm-receiver* of *Airprobe* projec
*Gr-gsm* wouldn't be also possible without help and inspiration by Harald Welte, Dieter Spaar and Sylvain Munaut.
-Special thanks to Pawel Koszut who lent his precious USRP1 to the author of *gr-gsm* (Piotr Krysik) in 2007-2010.
+Special thanks to Pawel Koszut who generously lent his USRP1 to the author of *gr-gsm* (Piotr Krysik) in 2007-2010.