blob: 3e35d7e7f8815c5de04c00cc32d958aa0fadff04 [file] [log] [blame]
Alexander Chemeris040b3052013-06-16 14:29:54 +04001Installation Requirements
2
3
4
5OpenBTS compiles to a simple Unix binary and does not require special
6installation.
7
8One some systems (Ubuntu), you will need to define LIBS = -lpthread prior to
9running configure.
10
11To run OpenBTS, the following should be installed:
12
13 Asterisk (http://www.asterisk.org), running SIP on port 5060.
14
15 libosip2 (http://www.gnu.org/software/osip/)
16
17 libortp (http://freshmeat.net/projects/ortp/)
18
19 libusrp (http://gnuradio.org).
20 This is part of the GNURadio installation.
21 It is the only part used by OpenBTS.
22
23
24OpenBTS logs to syslogd as facility LOG_LOCAL7. Please set your /etc/syslog.conf
25accordingly.
26
27
28For information on specific executables, see tests/README.tests and
29apps/README.apps.
30
31See http://gnuradio.org/redmine/wiki/gnuradio/OpenBTS/BuildingAndRunning for more
32information.
33