summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMark Purcell <msp@debian.org>2013-07-09 15:55:55 +0100
committerMark Purcell <msp@debian.org>2013-07-09 15:55:55 +0100
commit669109e369a1be69ff7c4108eb545eff4c5c26d9 (patch)
tree73c117a2e7dd22a7a6ee315101f6357ab43386ec /INSTALL
libzrtpcpp (2.3.4-1) unstable; urgency=medium
* New upstream release - Fixes "CVE-2013-2221 CVE-2013-2222 CVE-2013-2223" (Closes: #714650) # imported from the archive
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100755
index 0000000..5c1e524
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,22 @@
+
+=== Configure, build and install GNU ZRTP 1.4.x ===
+After uninstalling the prevoius version you can build and install the
+new version. Building and installation of the GNU ZRTP 1.1.0 uses the
+usual triplet of ''./configure; make; sudo make install''. By default
+GNU ZRTP install its files into the ''/usr/local'' hierarchy. Don't
+forget to run ''/sbin/ldconfig'' if you use the ''make install''.
+
+Some distributions may offer GNU ZRTP packets and it is usally much
+simpler and more safe to use the preconfigured packets than to build
+the software from the source. Don't forget to install the
+''developer'' packets if you plan to develop or if you already
+developed own application that use GNU ZRTP.
+
+If you need to re-create the ''configure'' and the Makefiles then just
+use your system's ''autoreconf'' command to re-create these files. No
+specific reconfiguration script is necessary.
+
+After installation of GNU ZRTP you need to adapt your applications and
+re-compile and re-build them.
+
+