From a1b5efb42c7a7fa2860d9946b176f228ac91905d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 26 Mar 2015 16:53:12 +0100 Subject: [PATCH] Update README.macos.md --- README.macos.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.macos.md b/README.macos.md index 525681cd5..240971ccd 100644 --- a/README.macos.md +++ b/README.macos.md @@ -59,8 +59,8 @@ The next pieces need to be compiled manually. * To ensure compatibility with multiple MacOS versions it is recommended to do: - export MACOSX_DEPLOYMENT_TARGET=10.6 - export LDFLAGS="-Wl,-headerpad_max_install_names -Wl,-read_only_relocs -Wl,suppress" + export MACOSX_DEPLOYMENT_TARGET=10.7 + export LDFLAGS="-Wl,-headerpad_max_install_names" * (MacPorts only) Install libantlr3c (library used by belle-sip for parsing) @@ -133,6 +133,9 @@ If you want to generate a portable bundle, then install `gtk-mac-bundler`: export PATH=$PATH:~/.local/bin # make this dummy charset.alias file for the bundler to be happy: sudo touch /opt/local/lib/charset.alias + # set writing right for owner on the libssl and libcrypto libraries in order gtk-mac-bundler + # be able to rewrite their rpath + sudo chmod u+w /opt/local/lib/libssl.1.0.0.dylib /opt/local/lib/libcrypto.1.0.0.dylib The bundler file in `build/MacOS/linphone.bundle` expects some plugins to be installed in `/opt/local/lib/mediastreamer/plugins`. If you don't need plugins, remove or comment out this line from the bundler file: