diff options
author | Piotr Krysik <perper@o2.pl> | 2009-06-30 23:10:11 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-06-30 23:10:11 +0200 |
commit | 3f91ce4f1c4a047a94497041b82c77c815d52a1f (patch) | |
tree | ed787719fb4e89670cc2161ecd4136c554834686 /gsm-receiver/INSTALL | |
parent | 26a95cc318fcc8022a42f679d81b41d949771b8d (diff) | |
parent | 8d2bc49fb9e0c9a5fbd75aa3cad207608e72bf99 (diff) |
Merge branch 'moving_to_airprobe'
Diffstat (limited to 'gsm-receiver/INSTALL')
-rw-r--r-- | gsm-receiver/INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gsm-receiver/INSTALL b/gsm-receiver/INSTALL new file mode 100644 index 0000000..314b196 --- /dev/null +++ b/gsm-receiver/INSTALL @@ -0,0 +1,13 @@ +Under Ubuntu 9.04 install: + -add following lines to /etc/apt/sources.list + deb http://gnuradio.org/ubuntu stable main + deb-src http://gnuradio.org/ubuntu stable main + -type + $ sudo apt-get update + $ sudo apt-get install gnuradio libtool automake + +To build the GSM Receiver use: + $ ./bootstrap + $ cd debug + $ ../configure + $ make |