From 42a841a84b2b55adc2261a23dba7ea3afa06b581 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI <guillaume.bienkowski@belledonne-communications.com> Date: Mon, 24 Nov 2014 10:06:42 +0100 Subject: [PATCH] Update readme for Brew --- README.macos.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.macos.md b/README.macos.md index 6dd8b4625d..6fcc8280f6 100644 --- a/README.macos.md +++ b/README.macos.md @@ -42,18 +42,9 @@ In order to enable generation of bundle for multiple MacOS version and 32 bit pr # readline is required from linphonec.c otherwise compilation will fail brew link readline --force - # then you have to install antlr3 from a tap. - wget https://gist.githubusercontent.com/Gui13/f5cf103f50d34c28c7be/raw/f50242f5e0c3a6d25ed7fca1462bce3a7b738971/antlr3.rb - mv antlr3.rb /usr/local/Library/Formula/ - brew install antlr3 - - brew tap marekjelen/gtk - brew install gtk+-quartz - - # gtk-mac-integration is not available in main repository or Brew yet. - wget https://gist.github.com/Gui13/cdcad37faa6b8ffa0588/raw/bf2277d45e261ad48ae1344c4c97f2684974ed87/gtk-mac-integration.rb - mv gtk-mac-integration.rb /usr/local/Library/Formula/ - brew install gtk-mac-integration + # then you have to install some dependencies from a tap. + brew tap Gui13/linphone + brew install gtk+-quartz gtk-mac-integration ### Building Linphone -- GitLab