summaryrefslogtreecommitdiff
path: root/gsm-receiver/INSTALL
diff options
context:
space:
mode:
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