From 2af1f05dd845ebb94705e08a9dad9f90e5c6233c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Fri, 19 Dec 2014 12:14:58 +0100 Subject: [PATCH] Update README.macos.md --- README.macos.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.macos.md b/README.macos.md index ff1f46ac4..381efcf2f 100644 --- a/README.macos.md +++ b/README.macos.md @@ -45,14 +45,15 @@ Install `GTK`. It is recommended to use the `quartz` backend for better integrat brew tap Gui13/linphone brew install intltool libtool wget pkg-config automake libantlr3.4c \ - antlr3.2 gettext speex ffmpeg readline + antlr3.2 gettext speex ffmpeg readline libvpx opus ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize brew link --force gettext ##### Linphone UI (GTK version) + brew install cairo --without-x11 brew install gtk+ --without-x11 - brew install gettext gtk-mac-integration + brew install gettext gtk-mac-integration libsoup #readline is required from linphonec.c otherwise compilation will fail brew link readline --force