summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-18 14:00:39 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-18 14:00:39 +0200
commitaa5a774a430337a50409ec9709ff4bf9c98d0fcd (patch)
treeb89abecc862761cc3355c9b6f840d62974b01f4b
parent3f0169585338a5412f6aa46d2feada369436853f (diff)
little update to Install
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 2e57aa5..b9fb61c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,10 @@
Under Ubuntu 9.04 install:
- $ apt-get install gnuradio libtool automake
+ -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
personal git repositories of Harald Welte. Your mileage may vary