diff options
author | Piotr Krysik <perper@o2.pl> | 2009-06-18 14:00:39 +0200 |
---|---|---|
committer | Piotr Krysik <perper@o2.pl> | 2009-06-18 14:00:39 +0200 |
commit | aa5a774a430337a50409ec9709ff4bf9c98d0fcd (patch) | |
tree | b89abecc862761cc3355c9b6f840d62974b01f4b | |
parent | 3f0169585338a5412f6aa46d2feada369436853f (diff) |
little update to Install
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |