summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
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
+