summaryrefslogtreecommitdiff
path: root/gsm-receiver/INSTALL
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-30 23:10:11 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-30 23:10:11 +0200
commit3f91ce4f1c4a047a94497041b82c77c815d52a1f (patch)
treeed787719fb4e89670cc2161ecd4136c554834686 /gsm-receiver/INSTALL
parent26a95cc318fcc8022a42f679d81b41d949771b8d (diff)
parent8d2bc49fb9e0c9a5fbd75aa3cad207608e72bf99 (diff)
Merge branch 'moving_to_airprobe'
Diffstat (limited to 'gsm-receiver/INSTALL')
-rw-r--r--gsm-receiver/INSTALL13
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
personal git repositories of Harald Welte. Your mileage may vary