From 81a681e948bc01fa029060ef62f351e87ada5367 Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Sat, 6 Dec 2014 23:05:21 +0100 Subject: Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3