summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-07-19 12:14:26 +0000
committerErwin Nindl <nine@wirdorange.org>2007-07-19 12:14:26 +0000
commitcb69b4b11be233cb17efcafecfe2ce280b178259 (patch)
tree7ae255fd8d18d765dd244137fc42075488e575e4 /README
parentcompiles again, libsrtp now under /usr/local/lib/libsrtp.a (diff)
* added doc directory
* changed AesIcmCypher::getBitStream
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 8f0ecc8..bea9046 100644
--- a/README
+++ b/README
@@ -1,9 +1,17 @@
+Building
+========
+
+* install libSRTP (as seen below)
+* ./configure
+* make
+
+
Building and Installing libSRTP:
===============================
-go to http://srtp.sourceforge.net/download.html and grab the latest and greatest.
+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 server decompress it:
+Then on your computer decompress it:
tar xzvf srtp-x.y.z.tgz
cd srtp
@@ -11,3 +19,4 @@ cd srtp
make
make install
+to install libsrtp.a under /usr/local/lib/