blob: 31b2b9edcce0ce7d7010f9d87960a65231b73e27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 libgsm-tools libpcap-dev
To build the GSM Receiver use:
$ ./bootstrap
$ cd debug
$ ../configure
$ make
|