aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 3107af231fb1cd12d36496a5819ea2fba6fe81a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
You need to have the following packages install:

* automake, gcc for compilation
* libasound2 for sound card support, which is what you need!
* libsoapysdr or libuhd (developer) to support SDR
* -> SoapySDR modules to support your SDR hardware
* libimagamagick version >= 7 (developer) optionally for TV image display


Generate "configure":

$ autoreconf -if


Run "configure":

$ ./configure


Build and install:

$ make
$ make install