diff --git a/README.macos.md b/README.macos.md index 6dd8b4625dc085e05465044ee4679c8ee9046b90..6fcc8280f685671cfcc0d7f0fa3b3716dff97e47 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