From 9d315fd5ec029710faa5544bfb882c6967ce1e9a Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 14 Jan 2014 13:28:09 +0100 Subject: [PATCH] update README for mac --- README.macos | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.macos b/README.macos index cc89ded86..41bea0e8a 100644 --- a/README.macos +++ b/README.macos @@ -58,8 +58,9 @@ The next pieces need to be compiled manually. To ensure compatibility with multi - Install zrtpcpp (optional), for unbreakable call encryption $ sudo port install cmake - $ git clone git://git.linphone.org/zrtpcpp.git - $ cd zrtpcpp && cmake -Denable-ccrtp=false . && make + $ git clone https://github.com/wernerd/ZRTPCPP.git + $ cd ZRTPCPP + $ cmake -DCORE_LIB=true -DSDES=false . && make $ sudo make install @@ -82,7 +83,7 @@ The next pieces need to be compiled manually. To ensure compatibility with multi Then or otherwise, do: - $ ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make + $ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/opt/local --with-readline=/opt/local --disable-x11 --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make Install to /opt/local