blob: bea904655b197811a4519e26a6ef3fb6f21dc645 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Building
========
* install libSRTP (as seen below)
* ./configure
* make
Building and Installing libSRTP:
===============================
go to https://sourceforge.net/projects/srtp/ and grab the version 1.4.4 (e.g. http://puzzle.dl.sourceforge.net/sourceforge/srtp/srtp-1.4.4.tgz):
Then on your computer decompress it:
tar xzvf srtp-x.y.z.tgz
cd srtp
./configure
make
make install
to install libsrtp.a under /usr/local/lib/
|