From 2acfd21a642527057df94ca2eea8fe28341698e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 5 May 2015 14:19:05 +0200 Subject: [PATCH] Update README.macos.md --- README.macos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.macos.md b/README.macos.md index 61132bf3f..6f54e1444 100644 --- a/README.macos.md +++ b/README.macos.md @@ -72,7 +72,7 @@ The next pieces need to be compiled manually. * Install polarssl (encryption library used by belle-sip) - git clone git://git.linphone.org/polarssl.git -b linphone + git clone git://git.linphone.org/polarssl.git cd polarssl ./autogen.sh && ./configure --prefix=/opt/local && make sudo make install @@ -92,7 +92,7 @@ The next pieces need to be compiled manually. * (Optional) Install zrtp, for unbreakable call encryption - git clone git://git.linphone.org:bzrtp + git clone git://git.linphone.org/bzrtp.git cd bzrtp && ./autogen.sh && ./configure --prefix=/opt/local && make sudo make install @@ -113,7 +113,7 @@ The next pieces need to be compiled manually. If you got the source code from git, run `./autogen.sh` first. Then or otherwise, : - PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/opt/local --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make + PKG_CONFIG_PATH=/opt/local/lib/pkgconfig ./configure --prefix=/opt/local --with-srtp=/opt/local --with-gsm=/opt/local --enable-zrtp --disable-strict && make * Install on the system