-
Notifications
You must be signed in to change notification settings - Fork 155
/
INSTALL
82 lines (62 loc) · 1.99 KB
/
INSTALL
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
-------------------------
Installation instructions
-------------------------
More detailed instructions can be found in the wiki (curently not available)
Here is basic information.
------------
Dependencies
------------
Requires:
* build tools: gcc make flex bison autoconf automake pkg-config
* FFmpeg >= 0.10.4 - http://www.ffmpeg.org
or Libav >= 0.8 - http://libav.org
* libx264 - http://www.videolan.org/developers/x264.html
* libvpx >= 1.0 - http://webm.googlecode.com
Optional dependencies (will be used if they are available in the system):
* FreeType (http://freetype.org/)
* libjpeg-turbo (http://libjpeg-turbo.virtualgl.org/)
or libjpeg (http://ijg.org/)
OpenMCU-ru contains the following required libraries in the repository:
* PTLib - http://www.opalvoip.org
* H323Plus - http://www.h323plus.org
* Sofia-SIP - http://www.sofia-sip.sourceforge.net
* libSRTP - http://srtp.sourceforge.net/srtp.html
* libzrtp - http://zfoneproject.com/prod_sdk.html
* libyuv - http://www.code.google.com/p/libyuv
Use following lines to install build dependencies on Ubuntu:
apt-get install gcc make flex bison autoconf automake pkg-config
apt-get install libtool
apt-get install libavcodec-dev
apt-get install libavformat-dev
apt-get install libswscale-dev
apt-get install libfreetype6-dev
apt-get install libssl-dev
apt-get install libx264-dev
apt-get install libvpx-dev
--------------
Build on Linux
--------------
./autogen.sh
./configure
make
make install
----------------
Build on FreeBSD
----------------
./autogen.sh
./configure
gmake
gmake install
----------------
Build on Windows
----------------
Build using Microsoft Visual Studio in the following order:
* ptlib\ptlib_*.sln
* h323plus\h323plus_*.sln
* openmcu-ru\win\openmcu_*.sln
----------------
Build and start in Docker
----------------
cd Docker/openmcu-ru/centos-7
docker build -t openmcu-ru .
docker run --network=host -d openmcu-ru