summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-11-26 08:23:15 +0000
committerOthmar Gsenger <otti@anytun.org>2007-11-26 08:23:15 +0000
commit6b07363ad7ac9444c7d990c59cc11b1bd766694d (patch)
treef0be4890dcce75256f2e8bdc4c340c2a839dfe2d /README
parent * fixed initialisation of libgcrypt (diff)
removed libsrtp vom README (it's not used anymore)
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 0 insertions, 17 deletions
diff --git a/README b/README
index b1ecf0b..392e1bf 100644
--- a/README
+++ b/README
@@ -1,24 +1,7 @@
Building
========
-* install libSRTP (as seen below)
* install libgcrypt
* install libgcrypt11-dev
* ./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/