aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-11-23 15:16:20 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-11-23 15:16:20 +0100
commit0f57516705ca82ab5b99133b21a7edd5a0ab2fed (patch)
tree57cd3d7df8c7221ac7b62cf588c419421aa8f7b1 /README.md
parent2c2ac9b1bef8ed6df4fb55ca34fdc00536de58f8 (diff)
Little changes in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 307bb3d..b381cb6 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,6 @@ then edit ~/.gnuradio/config.conf and put following text inside:
local_blocks_path=/usr/local/share/gnuradio/grc/blocks:/usr/share/gnuradio/grc/blocks
```
-It can be done with following commands:
-```
-echo "[grc]" >> ~/.gnuradio/config.conf
-echo "local_blocks_path=/usr/local/share/gnuradio/grc/blocks:/usr/share/gnuradio/grc/blocks" >> ~/.gnuradio/config.conf
-```
-
Compilation and installation of gr-gsm
------------------------------------------------------
@@ -67,7 +61,8 @@ git clone https://github.com/ptrkrysik/gr-gsm.git
Make sure that you have all required packages (checked on Ubuntu 14.04 and 14.10):
```
-sudo apt-get install cmake libboost-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev python-scipy
+sudo apt-get install cmake libboost-all-dev libcppunit-dev swig \
+ doxygen liblog4cpp5-dev python-scipy
```
To compile and install gr-gsm run: