aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 7831325b0306cbfef0eb8a606efafbd18bc08f18 (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
25
26
27
28
29
30
You need to have the following packages install:

* libosmocore, core libraries for various osmocom related projects
* libosmo-cc, call control interface library, to interconnect applications
* 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

Install libosmocore:
See: https://osmocom.org/projects/libosmocore/wiki/Libosmocore

Install libosmo-cc:
$ git clone https://gitea.osmocom.org/osmocom/libosmo-cc.git
$ cd libosmocore/
$ autoreconf -i
$./configure
$ make
s udo make install
$ sudo ldconfig -i
$ cd ..

Install osmocom-analog:
$ autoreconf -i
$ ./configure
$ make
$ sudo make install