summaryrefslogtreecommitdiff
path: root/gsm-receiver/INSTALL
blob: 314b196e15fa6d2696531e0f8520947470fc5b5d (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

To build the GSM Receiver use:
  $ ./bootstrap
  $ cd debug 
  $ ../configure
  $ make
personal git repositories of Harald Welte. Your mileage may vary