From 17b77485fa4ea8ecbf472e2d1daa15007ff93705 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 13 Jul 2007 16:05:16 +0000 Subject: * removed srtp directory * install libsrtp under /usr/local/lib * cleaned up Makefile --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..8f0ecc8 --- /dev/null +++ b/README @@ -0,0 +1,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 + -- cgit v1.2.3