blob: 5c1e524d3b0b9f22f352882e8da7e0fc9627e65f [file] [log] [blame]
Alexandre Lision51140e12013-12-02 10:54:09 -05001
2=== Configure, build and install GNU ZRTP 1.4.x ===
3After uninstalling the prevoius version you can build and install the
4new version. Building and installation of the GNU ZRTP 1.1.0 uses the
5usual triplet of ''./configure; make; sudo make install''. By default
6GNU ZRTP install its files into the ''/usr/local'' hierarchy. Don't
7forget to run ''/sbin/ldconfig'' if you use the ''make install''.
8
9Some distributions may offer GNU ZRTP packets and it is usally much
10simpler and more safe to use the preconfigured packets than to build
11the software from the source. Don't forget to install the
12''developer'' packets if you plan to develop or if you already
13developed own application that use GNU ZRTP.
14
15If you need to re-create the ''configure'' and the Makefiles then just
16use your system's ''autoreconf'' command to re-create these files. No
17specific reconfiguration script is necessary.
18
19After installation of GNU ZRTP you need to adapt your applications and
20re-compile and re-build them.
21
22