blob: 0c0d205d717cb6e7259dbb07a403070a6f541fb8 [file] [log] [blame]
Alexander Chemeris040b3052013-06-16 14:29:54 +04001Installation Requirements
2
3
4
Maxa1ff9912018-01-04 14:09:22 +01005osmo-trx compiles to a simple Unix binary and does not require special
Alexander Chemeris040b3052013-06-16 14:29:54 +04006installation.
7
8One some systems (Ubuntu), you will need to define LIBS = -lpthread prior to
9running configure.
10
Maxa1ff9912018-01-04 14:09:22 +010011To run osmo-trx, the following should be installed:
12 libuhd (https://gnuradio.org).
Alexander Chemeris040b3052013-06-16 14:29:54 +040013 This is part of the GNURadio installation.
Alexander Chemeris040b3052013-06-16 14:29:54 +040014
15
Maxa1ff9912018-01-04 14:09:22 +010016osmo-trx logs to syslogd as facility LOG_LOCAL7. Please set your /etc/syslog.conf
Alexander Chemeris040b3052013-06-16 14:29:54 +040017accordingly.
18
19
20For information on specific executables, see tests/README.tests and
21apps/README.apps.
22
Maxa1ff9912018-01-04 14:09:22 +010023See https://osmocom.org/projects/osmotrx/wiki/OsmoTRX for more
Alexander Chemeris040b3052013-06-16 14:29:54 +040024information.
25