mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-02 10:56:24 +00:00
Update README.macos.md
This commit is contained in:
parent
befec1fd93
commit
2acfd21a64
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue