remove packeage dump (breaks terminal)
[anytun.git] / README
blobbea904655b197811a4519e26a6ef3fb6f21dc645
1 Building
2 ========
4 * install libSRTP (as seen below)
5 * ./configure
6 * make
9 Building and Installing libSRTP:
10 ===============================
12 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):
14 Then on your computer decompress it:
16 tar xzvf srtp-x.y.z.tgz
17 cd srtp
18 ./configure
19 make
20 make install
22 to install libsrtp.a under /usr/local/lib/