From c917af4e3a7c4c66f5b4e2494e1456f41dd12a47 Mon Sep 17 00:00:00 2001 From: Piotr K Date: Wed, 13 Aug 2014 18:59:46 +0200 Subject: [PATCH] Update of READMEs --- README.md | 9 +++++---- docs/README.gsm | 11 ----------- examples/README | 4 ---- 3 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 docs/README.gsm diff --git a/README.md b/README.md index 5dacb45..cc33bea 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ The gr-gsm project ================== The project is based on the gsm-receiver which was written by me for Airprobe project. -The aim is to provide set of tools that for receiving information transmitted by GSM equipment/devices. +The aim is to provide set of tools for receiving information transmitted by GSM equipment/devices. Installation ------------ Currently compilation of new gnuradio is required in order to run gr-gsm. -In order to compile gnuradio on fresh Ubuntu run following commands: +In order to compile gnuradio on fresh Ubuntu 14.04 run following commands: ``` sudo apt-get install git @@ -16,6 +16,8 @@ git clone git://github.com/pybombs/pybombs cd pybombs ./pybombs install gnuradio uhd gr-osmosdr ``` +At the first run pybombs will ask for configuration options. As target directory choose /usr/local/. The rest of the options can be left default. + To download gr-gsm sources run following command: @@ -25,7 +27,7 @@ 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 +sudo apt-get install cmake libboost1.55-all-dev libcppunit-dev swig doxygen liblog4cpp5-dev ``` To compile and install gr-gsm run: @@ -38,4 +40,3 @@ make sudo make install ``` - diff --git a/docs/README.gsm b/docs/README.gsm deleted file mode 100644 index f171714..0000000 --- a/docs/README.gsm +++ /dev/null @@ -1,11 +0,0 @@ -This is the gsm-write-a-block package meant as a guide to building -out-of-tree packages. To use the gsm blocks, the Python namespaces -is in 'gsm', which is imported as: - - import gsm - -See the Doxygen documentation for details about the blocks available -in this package. A quick listing of the details can be found in Python -after importing by using: - - help(gsm) diff --git a/examples/README b/examples/README index c012bdf..e69de29 100644 --- a/examples/README +++ b/examples/README @@ -1,4 +0,0 @@ -It is considered good practice to add examples in here to demonstrate the -functionality of your OOT module. Python scripts, GRC flow graphs or other -code can go here. -