aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALLATION
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-16 14:29:54 +0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2013-06-16 14:29:54 +0400
commit040b3057899ab523861f1225f629d5c8c7d5820b (patch)
tree7efcd5478959967da43ade5e3c174967900d521f /INSTALLATION
parentfc40a84d9ba3d798ff51c15d6197ad49e29b3d57 (diff)
Checking in build system for the Transceiver.
Diffstat (limited to 'INSTALLATION')
-rw-r--r--INSTALLATION33
1 files changed, 33 insertions, 0 deletions
diff --git a/INSTALLATION b/INSTALLATION
new file mode 100644
index 0000000..3e35d7e
--- /dev/null
+++ b/INSTALLATION
@@ -0,0 +1,33 @@
+Installation Requirements
+
+
+
+OpenBTS compiles to a simple Unix binary and does not require special
+installation.
+
+One some systems (Ubuntu), you will need to define LIBS = -lpthread prior to
+running configure.
+
+To run OpenBTS, the following should be installed:
+
+ Asterisk (http://www.asterisk.org), running SIP on port 5060.
+
+ libosip2 (http://www.gnu.org/software/osip/)
+
+ libortp (http://freshmeat.net/projects/ortp/)
+
+ libusrp (http://gnuradio.org).
+ This is part of the GNURadio installation.
+ It is the only part used by OpenBTS.
+
+
+OpenBTS logs to syslogd as facility LOG_LOCAL7. Please set your /etc/syslog.conf
+accordingly.
+
+
+For information on specific executables, see tests/README.tests and
+apps/README.apps.
+
+See http://gnuradio.org/redmine/wiki/gnuradio/OpenBTS/BuildingAndRunning for more
+information.
+