blob: 8f0ecc832a2cdb024b1c2ed19d7c0189054ff5b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Building and Installing libSRTP:
===============================
go to http://srtp.sourceforge.net/download.html and grab the latest and greatest.
Then on your server decompress it:
tar xzvf srtp-x.y.z.tgz
cd srtp
./configure
make
make install
|